| Summary: | [activity diagram] Pressing OK in General Properties of Initial or End activity changes its type/shape | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Oliver Kellogg <okellogg> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/sdk/umbrello/commit/5a9b74243d2e59ab5b8ebf4ed12457cd282a3d79 | Version Fixed/Implemented In: | 2.33.80 (KDE releases 22.03.80) |
| Sentry Crash Report: | |||
|
Description
Oliver Kellogg
2022-03-20 18:45:39 UTC
Git commit 5a9b74243d2e59ab5b8ebf4ed12457cd282a3d79 by Oliver Kellogg.
Committed on 20/03/2022 at 19:00.
Pushed by okellogg into branch 'release/22.04'.
Fix "Pressing OK in General Properties of Initial or End activity changes its type/shape"
umbrello/dialogs/activitydialog.cpp
- In function applyPage case (item == pageItemGeneral),
- add local bool setType initialized to false;
- if m_GenPageWidgets.NormalRB->isChecked() is true then set newType
to ActivityWidget::Normal and set setType true;
- in the then-parts of the other isChecked() tests, in addition
to setting newType set setType true;
- after the if-else chain call m_pActivityWidget->setActivityType for
newType only if setType is true.
FIXED-IN: 2.33.80 (KDE releases 22.03.80)
M +15 -7 umbrello/dialogs/activitydialog.cpp
https://invent.kde.org/sdk/umbrello/commit/5a9b74243d2e59ab5b8ebf4ed12457cd282a3d79
|