Fix assert when changing the filter selection on a multiple selection wxGenericDirCtrl.
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 22 Sep 2010 19:24:41 +0000 (19:24 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 22 Sep 2010 19:24:41 +0000 (19:24 +0000)
commit9e48865ca16388a708a24d0a83cc09bbadfebd84
tree413b51fe1ef8629ddd5651689012674f6d10fcfe
parent033428a32cd5d5b12647980abccf8e40172485f2
Fix assert when changing the filter selection on a multiple selection wxGenericDirCtrl.

Because ExpandPaths selects the item we can simply grab a list of selected paths and then expand them all in the multiple selection case. The single selection case is unchanged.

Closes #12340

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