]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
missin quote
[wxWidgets.git] / docs / changes.txt
index 9a8617c5d67aa10725d5b26baf65c35578f6143c..114b4b20001041725bce25034e6c797e8397ad9d 100644 (file)
@@ -385,6 +385,8 @@ All (GUI):
 - Show busy cursor in wxLaunchDefaultBrowser and add wxBROWSER_NOBUSYCURSOR.
 - Added wxFlexGridSizer::Is{Row,Col}Growable() (Marcin Wojdyr).
 - Added "enabled" and "hidden" attributes to radio box items in XRC.
+- wxWindow::IsBeingDeleted() now returns true not only if the window itself is
+  marked for destruction but also if any of its parent windows are.
 
 wxGTK: