[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-04-16 13:24:55
Message-ID: 20050416132455.3683D3CA () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

don'T move around mainwindows, this looks ugly and kills any placement of kwin
CCMAIL:kmdi-devel@kde.org
there is still one place where the mainwindows get temporary moved around, just open kate 
or kdevelop, there still is some little flicker


  M +6 -1      kdockwidget.cpp   1.177


--- kdelibs/kdeui/kdockwidget.cpp  #1.176:1.177
@@ -2853,7 +2853,12 @@ void KDockManager::readConfig( KConfig* 
 
   c->setGroup( group );
+
   QRect mr = c->readRectEntry("Main:Geometry");
+
+  if (!main->inherits("KDockMainWindow"))
   main->move(mr.topLeft());
+
   main->resize(mr.size());
+
   if ( isMainVisible ) main->show();
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic