changeset 138 | 9079931da6c3 |
parent 131 | 16b250a57c17 |
child 142 | 3590c3490789 |
1.1 --- a/texteditor.cpp Fri Jul 22 15:38:06 2005 +0000 1.2 +++ b/texteditor.cpp Wed Jul 27 18:56:32 2005 +0000 1.3 @@ -531,8 +531,8 @@ 1.4 1.5 void TextEditor::setInactive() 1.6 { 1.7 + state=inactiveEditor; 1.8 setText(""); 1.9 - state=inactiveEditor; 1.10 e->setPaper (inactivePaper); 1.11 e->setReadOnly (true); 1.12