mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 43ecff6b3e | |||
| 68237e6d87 |
@@ -40,8 +40,7 @@ const char* MSE_AUTHORS[] = {
|
||||
"Olivier Bocksberger (G-e-n-e-v-e-n-s-i-S)",
|
||||
"Brendan Hagan (haganbmj)",
|
||||
"Thomas Tkacz (TomTkacz)",
|
||||
"CaiCai (247321453)",
|
||||
"Amy Markey (amyinspace)"
|
||||
"CaiCai (247321453)"
|
||||
};
|
||||
|
||||
void AboutWindow::draw(DC& dc) {
|
||||
|
||||
@@ -50,7 +50,7 @@ SetWindow::SetWindow(Window* parent, const SetP& set)
|
||||
SetIcon(load_resource_icon(_("app")));
|
||||
|
||||
// avoid flicker
|
||||
SetBackgroundStyle(wxBG_STYLE_SYSTEM);
|
||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
|
||||
// initialize menu bar
|
||||
auto menuBar = new wxMenuBar();
|
||||
|
||||
Reference in New Issue
Block a user