]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.C
Georg Baum's vspace change
[lyx.git] / src / mathed / math_scriptinset.C
index e60c2dd635c7ea184c04d108315748967f67ac41..3c226e2ab3f04ece5185d0e314c26dd27d669c03 100644 (file)
@@ -528,7 +528,7 @@ MathScriptInset::priv_dispatch(FuncRequest const & cmd,
                        limits_ =  (hasLimits()) ? -1 : 1;
                else
                        limits_ = 0;
-               return DispatchResult(true);
+               return DispatchResult(true, true);
        }
 
        return MathNestInset::priv_dispatch(cmd, idx, pos);