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