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

List:       kde-commits
Subject:    KDE/kdesdk/umbrello/umbrello
From:       Ralf Habacker <ralf.habacker () gmail ! com>
Date:       2012-11-14 17:27:29
Message-ID: 20121114172729.4EE0BAC85B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1325084 by habacker:

Disabled automatic scene resizing for now because it limits widgets movable area.

 M  +6 -2      umlscene.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/umlscene.cpp #1325083:1325084
@@ -3748,8 +3748,12 @@
 {
     UMLSceneRect rect = itemsBoundingRect();
     //Make sure (0,0) is in the topLeft
-    rect.setTopLeft(QPointF(0, 0));
-    setSceneRect(rect);
+    
+    //[PORT] resizing scene size to widget bounds 
+    //       limits movable area of widgets 
+    //
+    //rect.setTopLeft(QPointF(0, 0));
+    //setSceneRect(rect);
 }
 
 /**
[prev in list] [next in list] [prev in thread] [next in thread] 

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