From 968ad5f1964e01f08507f96d5165d242b8a50214 Mon Sep 17 00:00:00 2001 From: GenevensiS <66968533+G-e-n-e-v-e-n-s-i-S@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:26:20 +0200 Subject: [PATCH] change background to system --- src/gui/set/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/set/window.cpp b/src/gui/set/window.cpp index 2b0017ce..992caadc 100644 --- a/src/gui/set/window.cpp +++ b/src/gui/set/window.cpp @@ -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();