Fixed missing paint events when overriding DoMoveWindow()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -301,7 +301,7 @@ MyPanel::MyPanel(wxFrame *frame)
|
||||
{
|
||||
// using constraints doesn't work under GTK - the calendar window is never
|
||||
// repainted after it had been moved at least once!
|
||||
#if 0
|
||||
#if 1
|
||||
SetAutoLayout(TRUE);
|
||||
|
||||
wxString date;
|
||||
|
Reference in New Issue
Block a user