summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/lyx/files')
-rw-r--r--app-office/lyx/files/2.3.patches15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-office/lyx/files/2.3.patches b/app-office/lyx/files/2.3.patches
index 358fc0f..1a8585c 100644
--- a/app-office/lyx/files/2.3.patches
+++ b/app-office/lyx/files/2.3.patches
@@ -160,3 +160,18 @@ index 3d7936abc7..07bed1d88e 100644
theFormats().getFormatFromFile(params.filename));
}
+diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp
+index 8fe7ddada2..8b2be2981d 100644
+--- a/src/frontends/qt4/GuiDocument.cpp
++++ b/src/frontends/qt4/GuiDocument.cpp
+@@ -4507,6 +4507,10 @@ void GuiDocument::dispatchParams()
+ docstring const str = current_branch + ' ' + from_ascii(x11hexname);
+ dispatch(FuncRequest(LFUN_SET_COLOR, str));
+ }
++
++ // Open insets of selected branches, close deselected ones
++ dispatch(FuncRequest(LFUN_INSET_FORALL,
++ "Branch inset-toggle assign"));
+ }
+ // rename branches in the document
+ executeBranchRenaming();