Sometimes after reconfigure we forget this, so check again
authorMikael Magnusson <mikachu@gmail.com>
Fri, 20 May 2022 14:12:50 +0000 (16:12 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Fri, 20 May 2022 14:12:50 +0000 (16:12 +0200)
openbox/screen.c

index 9652397ae5daadb759167c3ee4d33a0fc4f071f1..6b510b4def08e179286aa22aeb841128b99f0835 100644 (file)
@@ -390,6 +390,7 @@ void screen_startup(gboolean reconfig)
 
     if (reconfig) {
         desktop_popup_new();
+        screen_update_layout();
         return;
     } else {
         if (desktop_popup)