texteditor.cpp
changeset 393 053b8645e3e9
parent 390 0e1aeb21cb78
child 395 7ced3733ba60
     1.1 --- a/texteditor.cpp	Mon Oct 16 12:42:54 2006 +0000
     1.2 +++ b/texteditor.cpp	Wed Oct 18 10:45:00 2006 +0000
     1.3 @@ -496,9 +496,8 @@
     1.4  void TextEditor::closeEvent( QCloseEvent* ce )
     1.5  {
     1.6      ce->accept();	// TextEditor can be reopened with show()
     1.7 +    showwithmain=false;
     1.8  	emit (textEditorClosed() );
     1.9 -	cout << "TE closed\n";
    1.10 -    showwithmain=false;
    1.11      return;
    1.12  }
    1.13