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
This commit is contained in:
André Pönitz 2002-03-13 17:31:18 +00:00
parent 9b3a4dc5fd
commit 8794b7da67

View 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;