Remove unnecessary wxBusyCursor from the treectrl sample
This was added way back in 618a5e382a (Applied Greg's patch to tree
control and related., 2001-08-18) for some reason, but probably was
never needed and definitely isn't any more.
This commit is contained in:
parent
c777a34d78
commit
e293a3a6e3
1 changed files with 0 additions and 1 deletions
|
|
@ -978,7 +978,6 @@ void MyTreeCtrl::CreateImageList(int size)
|
|||
wxImageList *images = new wxImageList(size, size, true);
|
||||
|
||||
// should correspond to TreeCtrlIcon_xxx enum
|
||||
wxBusyCursor wait;
|
||||
wxIcon icons[5];
|
||||
|
||||
if (m_alternateImages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue