texteditor.cpp
changeset 135 e7f59f62bbe3
parent 131 16b250a57c17
child 142 3590c3490789
     1.1 --- a/texteditor.cpp	Sat Jul 23 10:26:30 2005 +0000
     1.2 +++ b/texteditor.cpp	Sat Jul 23 15:13:34 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