git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72552
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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
// 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();
+ while (IsFrozen())
+ Thaw();