]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_bigopinset.C
mathed95.diff
[features.git] / src / mathed / math_bigopinset.C
index f96594321d30a45903b45c9b6912bcd1d59d36e8..50b56f5a5904b5b1a460fc7d119e6553d717efbc 100644 (file)
@@ -11,7 +11,7 @@
 using std::ostream;
 
 MathBigopInset::MathBigopInset(string const & name, int id)
-       : MathScriptInset(true, false), lims_(-1), sym_(id)
+       : MathScriptInset(true, false), lims_(0), sym_(id)
 {
        SetName(name);
 }