made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3188,7 +3188,7 @@ bool wxWindowOS2::OS2Create(
|
||||
// which is the same but without CS_[HV]REDRAW class styles so using it
|
||||
// ensures that the window is not fully repainted on each resize
|
||||
//
|
||||
if (GetWindowStyleFlag() & wxNO_FULL_REPAINT_ON_RESIZE)
|
||||
if (!HasStyle(wxFULL_REPAINT_ON_RESIZE))
|
||||
{
|
||||
sClassName += wxT("NR");
|
||||
}
|
||||
|
Reference in New Issue
Block a user