git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63852
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// delete before the widgets to avoid a crash on solaris
delete m_imData;
// delete before the widgets to avoid a crash on solaris
delete m_imData;
+ // avoid problem with GTK+ 2.18 where a frozen window causes the whole
+ // TLW to be frozen, and if the window is then destroyed, nothing ever
+ // gets painted again
+ if (IsFrozen())
+ DoThaw();
+
if (m_widget)
{
// Note that gtk_widget_destroy() does not destroy the widget, it just
if (m_widget)
{
// Note that gtk_widget_destroy() does not destroy the widget, it just