Removed the new flicker code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,6 +116,7 @@ wxWindowDC::wxWindowDC( wxWindow *window )
|
||||
|
||||
SetUpDC();
|
||||
|
||||
/*
|
||||
wxRegion update = window->GetUpdateRegion();
|
||||
if (update.Empty()) return;
|
||||
|
||||
@@ -123,6 +124,7 @@ wxWindowDC::wxWindowDC( wxWindow *window )
|
||||
gdk_gc_set_clip_region( m_brushGC, update.GetRegion() );
|
||||
gdk_gc_set_clip_region( m_textGC, update.GetRegion() );
|
||||
gdk_gc_set_clip_region( m_bgGC, update.GetRegion() );
|
||||
*/
|
||||
}
|
||||
|
||||
wxWindowDC::~wxWindowDC(void)
|
||||
|
Reference in New Issue
Block a user