[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Wed Nov 14 17:27:29 UTC 2012
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);
}
/**
More information about the umbrello-devel
mailing list