summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 1727b988..ebb4d1a8 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1293,6 +1293,7 @@ void setSplitMode_Window(iWindow *d, int splitFlags) {
1293 setCurrent_Root(NULL); 1293 setCurrent_Root(NULL);
1294 } 1294 }
1295 d->splitMode = splitMode; 1295 d->splitMode = splitMode;
1296 postCommand_App("window.resized");
1296#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) 1297#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME)
1297 /* Update custom frame controls. */{ 1298 /* Update custom frame controls. */{
1298 const iBool hideCtl0 = numRoots_Window(d) != 1; 1299 const iBool hideCtl0 = numRoots_Window(d) != 1;