mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
remove debug hack in IconMenu that accidentally go committed
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1617 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -48,7 +48,6 @@ Image generateDisabledImage(const Image& imgIn) {
|
||||
// ----------------------------------------------------------------------------- : set_menu_item_image
|
||||
|
||||
void set_menu_item_image(wxMenuItem* item, const String& resource) {
|
||||
if(item->GetId() != wxID_NEW)return;//@@@
|
||||
// load bitmap
|
||||
Bitmap bitmap = load_resource_tool_image(resource);
|
||||
#if defined(__WXMSW__)
|
||||
|
||||
Reference in New Issue
Block a user