]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.cpp
Set cursor properly after double/triple click in mathed
[lyx.git] / src / mathed / CommandInset.cpp
index 0c9e585e1a7a976893db08d832889aba627b0c8b..344c570323a32aef7156509539c2574617d242b0 100644 (file)
@@ -40,7 +40,7 @@ void CommandInset::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        if (!set_label_) {
                set_label_ = true;
-               button_.update(screenLabel(), true);
+               button_.update(screenLabel(), true, false);
        }
        button_.metrics(mi, dim);
 }