Applied dir control token patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -819,7 +819,7 @@ void wxGenericDirCtrl::ExpandDir(wxTreeItemId parentId)
|
|||||||
while(strTok.HasMoreTokens())
|
while(strTok.HasMoreTokens())
|
||||||
{
|
{
|
||||||
curFilter = strTok.GetNextToken();
|
curFilter = strTok.GetNextToken();
|
||||||
if (d.GetFirst(& eachFilename, m_currentFilterStr, style))
|
if (d.GetFirst(& eachFilename, curFilter, style))
|
||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user