mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Magic Workstation spoiler format export
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@216 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -148,6 +148,7 @@ SetWindow::SetWindow(Window* parent, const SetP& set)
|
||||
// note: this still sends events for menu and toolbar items!
|
||||
wxUpdateUIEvent::SetMode(wxUPDATE_UI_PROCESS_SPECIFIED);
|
||||
SetExtraStyle(wxWS_EX_PROCESS_UI_UPDATES);
|
||||
tabBar->SetExtraStyle(wxWS_EX_PROCESS_UI_UPDATES);
|
||||
|
||||
setSet(set);
|
||||
current_panel->Layout();
|
||||
@@ -456,7 +457,7 @@ void SetWindow::onFileExportApprentice(wxCommandEvent&) {
|
||||
}
|
||||
|
||||
void SetWindow::onFileExportMWS(wxCommandEvent&) {
|
||||
// exportMWS(set);
|
||||
export_mws(set);
|
||||
}
|
||||
|
||||
void SetWindow::onFilePrint(wxCommandEvent&) {
|
||||
|
||||
Reference in New Issue
Block a user