]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.C
more IU
[lyx.git] / src / mathed / math_scriptinset.C
index e60c2dd635c7ea184c04d108315748967f67ac41..1118070fe76bf63b34a64b20214b594673d123a0 100644 (file)
@@ -525,10 +525,10 @@ MathScriptInset::priv_dispatch(FuncRequest const & cmd,
                        else
                                limits_ = 0;
                } else if (limits_ == 0)
-                       limits_ =  (hasLimits()) ? -1 : 1;
+                       limits_ = hasLimits() ? -1 : 1;
                else
                        limits_ = 0;
-               return DispatchResult(true);
+               return DispatchResult(true, true);
        }
 
        return MathNestInset::priv_dispatch(cmd, idx, pos);