diff -r e44baadd4958 -r 72cc3873306a texteditor.cpp --- a/texteditor.cpp Thu Sep 01 15:35:18 2005 +0000 +++ b/texteditor.cpp Mon Sep 05 11:56:31 2005 +0000 @@ -527,13 +527,10 @@ else state=filledEditor; - if (state != oldstate) - { if (state==emptyEditor) e->setPaper (emptyPaper); else e->setPaper (filledPaper); - } // SLOT is LinkableMapObj, which will update systemFlag emit (textHasChanged() ); } @@ -545,7 +542,7 @@ t = QStyleSheet::convertFromPlainText( t, QStyleSheetItem::WhiteSpaceNormal ); e->setReadOnly(false); e->setText(t); - editorChanged(); //not called automagically +// editorChanged(); //not called automagically FIXME or is it? enableActions(); }