CVS commit by kloecker: Backport CVS commit by kloecker: Fix bug 77855 (Layout doesn't stay after minimize to system tray) M +0 -2 kmmainwidget.cpp 1.132.2.3 --- kdepim/kmail/kmmainwidget.cpp #1.132.2.2:1.132.2.3 @@ -630,6 +630,4 @@ void KMMainWidget::hide() void KMMainWidget::show() { - if( mPanner1 ) mPanner1->setSizes( mPanner1Sep ); - if( mPanner2 ) mPanner2->setSizes( mPanner2Sep ); QWidget::show(); }