cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-03-09 18:54:52 +00:00
parent 099c3b27c2
commit b14ba1f117
2 changed files with 12 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ protected:
wxMenu* m_pMenu;
WXHMENU m_theLastMenu;
bool m_iconAdded;
void OnRightDown(wxTaskBarIconEvent& evt);
DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
};
#endif