mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Fix warnings
Semi-fix bug #6 (does not work if the zipfile was loaded from a directory) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1439 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -58,7 +58,7 @@ void KeywordsPanel::initControls() {
|
||||
s0->Add(fixedI, 0, wxALIGN_CENTER | wxRIGHT, 10);
|
||||
s0->Add(fixedL, 0, wxALIGN_CENTER_VERTICAL);
|
||||
fixed->Add(new wxStaticLine(panel), 0, wxEXPAND | wxBOTTOM, 8);
|
||||
fixed->Add(s0, 0, wxALL & ~wxTOP | wxALIGN_CENTER, 8);
|
||||
fixed->Add(s0, 0, (wxALL & ~wxTOP) | wxALIGN_CENTER, 8);
|
||||
fixed->Add(new wxStaticLine(panel), 0, wxEXPAND | wxBOTTOM, 8);
|
||||
// init sizer for panel
|
||||
sp = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
Reference in New Issue
Block a user