Avoid unrealizing a frozen window
It seems to continue to prevent updates to the affected area Fixes #13543 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
97c15a53f2
commit
603e7f6d0c
3 changed files with 47 additions and 88 deletions
|
|
@ -204,6 +204,7 @@ public:
|
|||
// Called when m_widget becomes realized. Derived classes must call the
|
||||
// base class method if they override it.
|
||||
virtual void GTKHandleRealized();
|
||||
void GTKHandleUnrealize();
|
||||
|
||||
protected:
|
||||
// for controls composed of multiple GTK widgets, return true to eliminate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue