changeset 119 | 0f183befd9af |
parent 106 | 4083860dd82e |
child 125 | 8cdfa8dda71e |
1.1 --- a/mainwindow.cpp Tue Jun 14 09:41:37 2005 +0000 1.2 +++ b/mainwindow.cpp Fri Jul 08 07:24:43 2005 +0000 1.3 @@ -1046,7 +1046,7 @@ 1.4 1.5 void Main::showEvent (QShowEvent * ) 1.6 { 1.7 - if (textEditor->showWithMain()) textEditor->show(); 1.8 + if (textEditor->showWithMain()) textEditor->showNormal(); 1.9 } 1.10 1.11 bool Main::reallyWriteDirectory(const QString &dir)