]> git.lyx.org Git - lyx.git/blobdiff - src/Text2.cpp
Tooltips for collapsables and branches
[lyx.git] / src / Text2.cpp
index d18a993132a377d27c71b7a008071bafaf351cc2..206205ff8b2dcf93318afb0672db61b6d6a89fb5 100644 (file)
@@ -608,7 +608,7 @@ bool Text::checkAndActivateInsetVisual(Cursor & cur, bool movingForward, bool mo
        if (!inset || inset->editable() != Inset::HIGHLY_EDITABLE)
                return false;
        inset->edit(cur, movingForward, 
-               movingLeft ? Inset::ENTER_FROM_RIGHT : Inset::ENTER_FROM_LEFT);
+               movingLeft ? Inset::ENTRY_DIRECTION_RIGHT : Inset::ENTRY_DIRECTION_LEFT);
        return true;
 }