forgot to reset m_iconAdded
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,6 +176,7 @@ bool wxTaskBarIcon::RemoveIcon()
|
|||||||
//TODO: Not tested
|
//TODO: Not tested
|
||||||
OSStatus err = RestoreApplicationDockTileImage();
|
OSStatus err = RestoreApplicationDockTileImage();
|
||||||
wxASSERT(err == 0);
|
wxASSERT(err == 0);
|
||||||
|
m_iconAdded = false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user