From afba1fd4f3a79cb17d58f1330813624ab057e24f Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 11 Jan 2023 18:08:18 +0100 Subject: [PATCH] Update split action when settings change In case "closing split view closes active view" setting is changed --- src/dolphinmainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 9a73ecd26..9f021684c 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -2342,6 +2342,8 @@ void DolphinMainWindow::refreshViews() updateWindowTitle(); } + updateSplitAction(); + Q_EMIT settingsChanged(); } -- 2.47.3