From ef538ecdd0b744a7c2337f2d56ef87caa0dce41d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Fri, 20 Aug 2021 18:26:17 +0300
Subject: [PATCH 1/1] Window: Update UI layout after split changes
src/ui/window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/ui/window.c b/src/ui/window.c
index 74c6ef7d..72436894 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1293,6 +1293,7 @@ void setSplitMode_Window(iWindow *d, int splitFlags) {
setCurrent_Root(NULL);
}
d->splitMode = splitMode;
postCommand_App("window.resized");
#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME)
/* Update custom frame controls. */{
const iBool hideCtl0 = numRoots_Window(d) != 1;
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).