wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -588,7 +588,7 @@ enum
|
||||
|
||||
// don't invalidate the whole window (resulting in a PAINT event) when the
|
||||
// window is resized (currently, makes sense for wxMSW only)
|
||||
#define wxNO_FULLREPAINT_ON_RESIZE 0x00010000
|
||||
#define wxNO_FULL_REPAINT_ON_RESIZE 0x00010000
|
||||
/*
|
||||
* wxFrame/wxDialog style flags
|
||||
*/
|
||||
|
Reference in New Issue
Block a user