]> git.saurik.com Git - wxWidgets.git/commit
Workaround for wxMac since it is unable to dismiss the edit control
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Jan 2006 23:55:55 +0000 (23:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Jan 2006 23:55:55 +0000 (23:55 +0000)
commitb6bc47efde69c1d2a62f83879f364998f265bc2a
treed4390b3b85e7487f33030be7fe5cbef790f48875
parenta6956d86c7f4696bf1187946811fb923f1af56a3
Workaround for wxMac since it is unable to dismiss the edit control
when the listctrl is clicked on.  It has to do with a dependency on
the order of focus events so on wxMac we'll just explicitly dismiss
the edit control if it's active when the listctrl is clicked on.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/listctrl.cpp