correct small errors in wxqt implementation
This commit is contained in:
committed by
Vadim Zeitlin
parent
5261d3eb05
commit
2a2e17c050
@@ -1109,6 +1109,7 @@ bool wxWindowQt::QtHandlePaintEvent ( QWidget *handler, QPaintEvent *event )
|
||||
|
||||
// send the paint event (wxWindowDC will draw directly):
|
||||
wxPaintEvent paint( GetId() );
|
||||
paint.SetEventObject(this);
|
||||
handled = ProcessWindowEvent(paint);
|
||||
m_updateRegion.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user