From e8e754bfa3c14841cedd2ce627abd393af43a559 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 4 Jul 2010 10:39:10 +0000 Subject: [PATCH 1/1] Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/propgrid.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/doxygen/overviews/propgrid.h b/docs/doxygen/overviews/propgrid.h index 9a40a468c7..4a8e4c128e 100644 --- a/docs/doxygen/overviews/propgrid.h +++ b/docs/doxygen/overviews/propgrid.h @@ -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. -- 2.45.2