Merge branch 'aui-repaint'

Fix some wxAUI repaint problems and switch to using live resize
everywhere by default.

See #24166.
This commit is contained in:
Vadim Zeitlin 2024-01-10 18:43:24 +01:00
commit afc635f845
19 changed files with 174 additions and 81 deletions

View file

@ -40,6 +40,9 @@ public:
wxClientDCImpl( wxDC *owner );
wxClientDCImpl( wxDC *owner, wxWindow *win );
static bool
CanBeUsedForDrawing(const wxWindow* WXUNUSED(window)) { return false; }
private:
wxDECLARE_CLASS(wxClientDCImpl);
wxDECLARE_NO_COPY_CLASS(wxClientDCImpl);