https://bugs.kde.org/show_bug.cgi?id=376804
Alessandro Stranieri <alessandro.strani...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alessandro.stranieri@gmail.
                   |                            |com

--- Comment #3 from Alessandro Stranieri <alessandro.strani...@gmail.com> ---
I have debugged this flow around the suggested location in the code. The
problem
is that the method CombinedFragmentWidget::setCombinedFragmentType() is
called after the selection of the combinedFragmentType but before the call
to UMLScene::setupNewWidget() which sets the position and the geometry of the
widget. This means that at that moment, any call to methods like y() or
height() won't return useful values. The solution would be for me to post-pone
the set-up of the FloatingDashLineWidget within the UMLScene::setupNewWidget().

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to