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:
commit
afc635f845
19 changed files with 174 additions and 81 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue