git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11631
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// normally, nothing more to do here - except if it was a paint event
// which wasn't really processed, then we'll try to call our
// OnDraw() below (from HandleOnPaint)
// normally, nothing more to do here - except if it was a paint event
// which wasn't really processed, then we'll try to call our
// OnDraw() below (from HandleOnPaint)
- if ( !m_hasDrawnWindow )
+ if ( m_hasDrawnWindow )