mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Card data in images (minimum viable)
* remove wxEmptyString * improve style tab carousel * create web request window * add drop target and drop source
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ struct FakeEvtHandlerClass : public wxEvtHandler {
|
||||
ev.Skip();
|
||||
}
|
||||
void onControlLeave(wxMouseEvent& ev) {
|
||||
set_status_text((wxWindow*)ev.GetEventObject(), wxEmptyString);
|
||||
set_status_text((wxWindow*)ev.GetEventObject(), _(""));
|
||||
ev.Skip();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user