[umbrello] [Bug 447866] [class diagram] Multiple association ends are drawn on the same edge point
Oliver Kellogg
bugzilla_noreply at kde.org
Fri Jan 7 16:04:17 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=447866
--- Comment #7 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit e3595be8eb40a5a810da39ff397dc29c747bbd77 by Oliver Kellogg.
Committed on 07/01/2022 at 16:03.
Pushed by okellogg into branch 'master'.
Improve instrumentation for debugging of widget geometry :
umbrello/umlscene.cpp
- In function addWidgetCmd,
- use DEBUG(DBG_SRC) in lieu of uDebug();
- add printing of name, width, height.
umbrello/umlwidgets/classifierwidget.cpp
- In function calculateSize add DEBUG(DBG_SRC) message printing current
and calculated width/height.
umbrello/umlwidgets/umlwidget.cpp
- In function constrain() case fixedAspectRatio() add DEBUG(DBG_SRC)
message printing input and recalculated height.
- In function adjustAssocs replace qDebug() by DEBUG(DBG_SRC) and print
name/width/height in lieu of `this' pointer.
- In functions setSize, updateGeometry add debug statement printing name
and geometry related members.
umbrello/umlwidgets/widgetbase.cpp
- In function setRect replace uDebug() by DEBUG(DBG_SRC) and print
`rect' in lieu of rect.x(), rect.y().
M +3 -2 umbrello/umlscene.cpp
M +3 -0 umbrello/umlwidgets/classifierwidget.cpp
M +8 -2 umbrello/umlwidgets/umlwidget.cpp
M +2 -2 umbrello/umlwidgets/widgetbase.cpp
https://invent.kde.org/sdk/umbrello/commit/e3595be8eb40a5a810da39ff397dc29c747bbd77
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list