This fixes a problem in the two tree and list controls that
authorRobert Roebling <robert@roebling.de>
Mon, 7 Mar 2005 17:25:29 +0000 (17:25 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 7 Mar 2005 17:25:29 +0000 (17:25 +0000)
commit33fe475aeb7ad2bd10bcfc3e79dcfff220b9a3a9
tree2715870868c49609a9584cabeaae580ee8a2f37c
parent885dd59789c4ee5cbbf36e108f4c8937625e46f2
 This fixes a problem in the two tree and list controls that
   are trigger if the user app shows dialog in reaction to
   the user pressing e.g. <ENTER>. The edit text control will
   lose focus and emit another event. Might be possible to
   fix without adding another field, but this way it surely
   works.
  Also added correction to treecontrol as per listcontrol in
   the situation when a label change happens by losing the
   focus and the user cannot reject it, another event is emitted.

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