[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jun 18 17:36:59 UTC 2007
SVN commit 677219 by okellogg:
updateComponentSize(): Remove special casing code, precondition for fixing
CCBUG:146925
M +0 -3 umlwidget.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlwidget.cpp #677218:677219
@@ -824,9 +824,6 @@
const QSize minSize = calculateSize();
const int w = minSize.width();
const int h = minSize.height();
- if (m_Type != Uml::wt_ForkJoin && m_Type != Uml::wt_Object &&
- getWidth() >= w && getHeight() >= h)
- return;
setSize(w, h);
adjustAssocs( getX(), getY() ); // adjust assoc lines
}
More information about the umbrello-devel
mailing list