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:
@@ -533,7 +533,7 @@ void wxWindow::OnSize(wxSizeEvent& event)
|
||||
#if 0 // ndef __WXMSW__
|
||||
// Refresh the area (strip) previously occupied by the border
|
||||
|
||||
if (HasFlag( wxNO_FULL_REPAINT_ON_RESIZE ) && IsShown())
|
||||
if ( !HasFlag(wxFULL_REPAINT_ON_RESIZE) && IsShown() )
|
||||
{
|
||||
// This code assumes that wxSizeEvent.GetSize() returns
|
||||
// the area of the entire window, not just the client
|
||||
|
Reference in New Issue
Block a user