From: André Pönitz Date: Wed, 13 Mar 2002 17:31:18 +0000 (+0000) Subject: disable some of the speedup thingies until I found aproper solution for the X-Git-Tag: 1.6.10~19654 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8794b7da67a3df7795f8a6479ee33422fa9eee98;p=lyx.git disable some of the speedup thingies until I found aproper solution for the macro redraeing problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3746 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_xdata.C b/src/mathed/math_xdata.C index 1bc7bb0242..2fcdbfeff3 100644 --- a/src/mathed/math_xdata.C +++ b/src/mathed/math_xdata.C @@ -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;