]> git.lyx.org Git - features.git/commitdiff
Improve mouse selection over InsetCollapsable button.
authorGuillaume Munch <gm@lyx.org>
Sat, 18 Feb 2017 21:22:32 +0000 (22:22 +0100)
committerGuillaume Munch <gm@lyx.org>
Sat, 18 Feb 2017 22:03:54 +0000 (23:03 +0100)
src/insets/InsetCollapsable.cpp

index beb9f6d4f151c6cc6a7151a151bdb503761682b3..92802b96d4bd0fb44b462694e00f1ebaffd12a16 100644 (file)
@@ -485,7 +485,6 @@ void InsetCollapsable::doDispatch(Cursor & cur, FuncRequest & cmd)
                        cur.undispatched();
                break;
 
-       case LFUN_MOUSE_MOTION:
        case LFUN_MOUSE_DOUBLE:
        case LFUN_MOUSE_TRIPLE:
                if (hitButton)