mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
32f1dce79a
commit
c3f7bc6a43
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user