mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Made it so that update window and set window can't be open simultaneously (don't explode the set by deleting the style, say).
Made update window enforce dependencies Added update button to welcome window (need icon still) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@756 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -37,9 +37,10 @@ class WelcomeWindow : public Frame {
|
||||
void onPaint(wxPaintEvent&);
|
||||
void draw(DC& dc);
|
||||
|
||||
void onOpenSet (wxCommandEvent&);
|
||||
void onNewSet (wxCommandEvent&);
|
||||
void onOpenLast(wxCommandEvent&);
|
||||
void onOpenSet (wxCommandEvent&);
|
||||
void onNewSet (wxCommandEvent&);
|
||||
void onOpenLast (wxCommandEvent&);
|
||||
void onCheckUpdates(wxCommandEvent&);
|
||||
// void onIdle (wxIdleEvent& ev);
|
||||
|
||||
/// Close the welcome window, and show the given set
|
||||
|
||||
Reference in New Issue
Block a user