From: Mikael Magnusson Date: Fri, 20 May 2022 14:12:50 +0000 (+0200) Subject: Sometimes after reconfigure we forget this, so check again X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c31ec5a73e44fb1c50e8302908ca7d0ddbff7b64;p=mikachu%2Fopenbox.git Sometimes after reconfigure we forget this, so check again --- diff --git a/openbox/screen.c b/openbox/screen.c index 9652397a..6b510b4d 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -390,6 +390,7 @@ void screen_startup(gboolean reconfig) if (reconfig) { desktop_popup_new(); + screen_update_layout(); return; } else { if (desktop_popup)