diff -r f4bbdc809fec -r 2cf3413b6ac9 texteditor.cpp --- a/texteditor.cpp Mon Aug 01 19:33:16 2005 +0000 +++ b/texteditor.cpp Tue Sep 06 15:04:50 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(); }