]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
small fix to the doublespace handling in deleteemptyparagraphmechanism that might...
[features.git] / src / insets / inset.C
index 3a1fcb939d2b61266e233c1bf05c4845633d6755..d0da2ce83aa2ef0aa7181257224d6f033c2763b7 100644 (file)
@@ -115,7 +115,7 @@ void UpdatableInset::Edit(BufferView * bv, int, int, unsigned int)
 
     scx = 0;
 
-    mx_scx=abs((width(bv->getPainter(), font) - bv->paperWidth()) / 2);
+    mx_scx = abs((width(bv->getPainter(), font) - bv->paperWidth()) / 2);
 }