Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp...
authorKevin Hock <hockkn@yahoo.com>
Wed, 17 Nov 2004 02:33:58 +0000 (02:33 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 17 Nov 2004 02:33:58 +0000 (02:33 +0000)
commite4899fd770f825fbef569a56684bbd506ae73988
tree11b1dc1d80f40c7c2b6750bc2863ffeb40579393
parentb50732d9c47d52bfecf5ae7c6e5c5c6389c73778
Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

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