]> git.lyx.org Git - lyx.git/commitdiff
disable some of the speedup thingies until I found aproper solution for the
authorAndré Pönitz <poenitz@gmx.net>
Wed, 13 Mar 2002 17:31:18 +0000 (17:31 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 13 Mar 2002 17:31:18 +0000 (17:31 +0000)
macro redraeing problem

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3746 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_xdata.C

index 1bc7bb0242c3720578de94a571252035a7a0cc89..2fcdbfeff39bee2fd98e69d451aefc7d2a776d5e 100644 (file)
@@ -32,8 +32,8 @@ void MathXArray::touch() const
 
 void MathXArray::metrics(MathMetricsInfo const & mi) const
 {
-       if (clean_)
-               return;
+       //if (clean_)
+       //      return;
 
        size_   = mi;
        clean_  = true;