change background to system

This commit is contained in:
GenevensiS
2026-04-19 11:26:20 +02:00
parent fc95960734
commit 968ad5f196
+1 -1
View File
@@ -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();