fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jun 2009 14:15:06 +0000 (14:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jun 2009 14:15:06 +0000 (14:15 +0000)
commit756c98b02e54bd248b92506f2a712406f91ff611
tree345f3f547ebf893dd42bc71a337367a01286b318
parent80f624ec0c99878e327bfd070d6a92adf48eac14
fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item shouldn't toggle its selection (see #10830)

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