diff -r c6a5c9e27740 -r 835f2eb4d744 mainwindow.cpp --- a/mainwindow.cpp Fri Jul 08 07:24:42 2005 +0000 +++ b/mainwindow.cpp Fri Jul 08 07:24:43 2005 +0000 @@ -1046,7 +1046,7 @@ void Main::showEvent (QShowEvent * ) { - if (textEditor->showWithMain()) textEditor->show(); + if (textEditor->showWithMain()) textEditor->showNormal(); } bool Main::reallyWriteDirectory(const QString &dir)