diff options
author | 2019-04-18 15:17:54 +0200 | |
---|---|---|
committer | 2019-04-18 15:22:41 +0200 | |
commit | c595a1f74673e95463665f3eecd6bbf6be0f5cd6 (patch) | |
tree | 7220537f579c7167a8511fe7ba2b8f487e5354ff /app-office/lyx/files | |
parent | Drop old (diff) | |
download | rebutia-c595a1f74673e95463665f3eecd6bbf6be0f5cd6.tar.gz rebutia-c595a1f74673e95463665f3eecd6bbf6be0f5cd6.tar.bz2 rebutia-c595a1f74673e95463665f3eecd6bbf6be0f5cd6.zip |
* lyx 2.3 patches
Signed-off-by: Pavel Sanda <ps@twin.jikos.cz>
Diffstat (limited to 'app-office/lyx/files')
-rw-r--r-- | app-office/lyx/files/2.3.patches | 15 |
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(); |