From fd74bddffc743febc779f939727f104fb90ef7d1 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 15 Jan 2021 11:11:40 -0500 Subject: [PATCH] Keep dialog connected to cross-ref inset after Apply. This does not actually have any effect yet, due to the fact that disconnectAfterApply returns true (and this is a GuiDialog). --- src/frontends/qt/GuiRef.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt/GuiRef.cpp b/src/frontends/qt/GuiRef.cpp index 57859be82b..77ab51535d 100644 --- a/src/frontends/qt/GuiRef.cpp +++ b/src/frontends/qt/GuiRef.cpp @@ -613,6 +613,7 @@ void GuiRef::dispatchParams() { std::string const lfun = InsetCommand::params2string(params_); dispatch(FuncRequest(getLfun(), lfun)); + connectToNewInset(); } -- 2.39.2