Add lib directory check in Makefile

This commit is contained in:
2010-12-11 09:51:44 +01:00
parent 9355c42093
commit 59d770c928
8 changed files with 53 additions and 67 deletions

View File

@@ -250,7 +250,7 @@ void wxUI::ShowPanel(wxPanel* panel)
}
_curPanel = panel;
_hbox->Add(panel);
_hbox->Add(panel, 1, wxGROW|wxALL, 0);
_curPanel->Show();
Layout();
}