]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranches.cpp
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiBranches.cpp
index 3ae5d9a6006086698312202a301342ba0452fb99..aaeab67410c2e53e2e6bfd02f76cf8d43a9dac00 100644 (file)
@@ -168,8 +168,7 @@ void GuiBranches::toggleColor(QTreeWidgetItem * item)
                return;
 
        docstring current_branch = qstring_to_ucs4(sel_branch);
-       Branch * branch =
-               branchlist_.find(current_branch);
+       Branch * branch = branchlist_.find(current_branch);
        if (!branch)
                return;