]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 4 Jul 2010 10:39:10 +0000 (10:39 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 4 Jul 2010 10:39:10 +0000 (10:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/propgrid.h

index 9a40a468c74c7f257e748172e15675e0c5d637a8..4a8e4c128e4e538213edcfd9a4dda562c78b33dd 100644 (file)
@@ -957,6 +957,10 @@ without warnings or errors.
     with keyboard. This change allowed fixing broken tab traversal on wxGTK
     (which is open issue in wxPropertyGrid 1.4).
 
+  - wxPG_EX_UNFOCUS_ON_ENTER style is removed and is now default behavior.
+    That is, when enter is pressed, editing is considered done and focus
+    moves back to the property grid from the editor control.
+
   - A few member functions were removed from wxPropertyGridInterface.
     Please use wxPGProperty's counterparts from now on.