wxLayoutStyleInfo ctor doesn't set all fields to -1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -633,10 +633,9 @@ wxLayoutWindow::OnPaint( wxPaintEvent &WXUNUSED(event))
|
||||
void
|
||||
wxLayoutWindow::DoPaint(const wxRect *updateRect)
|
||||
{
|
||||
// Causes bad flicker under wxGTK!!!
|
||||
#ifdef __WXGTK__
|
||||
InternalPaint(updateRect);
|
||||
#else
|
||||
#else // Causes bad flicker under wxGTK!!!
|
||||
Refresh(FALSE); //, updateRect);
|
||||
|
||||
if ( !::UpdateWindow(GetHwnd()) )
|
||||
|
Reference in New Issue
Block a user