mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
change background to system
This commit is contained in:
@@ -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