Summary: | Vertical position of combined fragment widget else part is moved to the vertical center after save/load cycle | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.24.1 (KDE Applications 17.12.1) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/7a39491306806cf9072cacac4d95686059dab591 | Version Fixed In: | 2.24.3 (KDE Applications 17.12.3) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-02-20 13:38:05 UTC
Git commit 7a39491306806cf9072cacac4d95686059dab591 by Ralf Habacker. Committed on 20/02/2018 at 15:06. Pushed by habacker into branch 'Applications/17.12'. Fix 'Vertical position of combined fragment widget else part is moved to the vertical center after save/load cycle' The location of a FloatingDashLineWidget instance should not be reset when loading from an xmi file that the commit for bug 376804 did not cover. Also on setting the y position of a FloatingDashLineWidget it is required to have the minimum and maximum attributes already loaded. FIXED-IN:2.24.3 (KDE Applications 17.12.3) M +2 -1 umbrello/umlwidgets/combinedfragmentwidget.cpp M +5 -4 umbrello/umlwidgets/floatingdashlinewidget.cpp https://commits.kde.org/umbrello/7a39491306806cf9072cacac4d95686059dab591 |