]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.cpp
Branch-invert: Add a check mark to the switch in the contextual menu.
[features.git] / src / insets / InsetBranch.cpp
index e02f09b6250d5238bd4ea57aeaea36b208891c76..a87cf053379444f43973a0da4c5b4eb33f929a43 100644 (file)
@@ -225,6 +225,7 @@ bool InsetBranch::getStatus(Cursor & cur, FuncRequest const & cmd,
 
        case LFUN_BRANCH_INVERT:
                flag.setEnabled(true);
+               flag.setOnOff(params_.inverted);
                break;
 
        case LFUN_BRANCH_ADD: