refresh the dir label when changing directory (bug 630091)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -878,6 +878,8 @@ void wxFileCtrl::GoToParentDir()
|
||||
SetItemState( id, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
|
||||
EnsureVisible( id );
|
||||
}
|
||||
|
||||
m_labelDir->SetLabel(dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user