diff -r f4bbdc809fec -r 2658871fdda4 texteditor.cpp --- a/texteditor.cpp Mon Aug 01 19:33:16 2005 +0000 +++ b/texteditor.cpp Tue Jan 24 15:09:48 2006 +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(); }