[Uml-devel] [Bug 146925] End Activity Symbol gets invalid when line thickness is increased
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jun 18 17:37:03 UTC 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=146925
------- Additional Comments From okellogg users sourceforge net 2007-06-18 19:37 -------
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