mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-09 20:47: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")));
|
||||
|
||||
// avoid flicker
|
||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
SetBackgroundStyle(wxBG_STYLE_SYSTEM);
|
||||
|
||||
// initialize menu bar
|
||||
auto menuBar = new wxMenuBar();
|
||||
|
||||
Reference in New Issue
Block a user