Summary: | Settings -> Configure Umbrello -> User Interface: Text / line / fill color are reset to hard coded values | ||
---|---|---|---|
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/6f4fb21ba689b279e2c0ffbe9158c18c3ee5edaf | Version Fixed In: | 2.33.80 (KDE releases 22.03.80) |
Sentry Crash Report: |
Description
Oliver Kellogg
2022-02-17 15:58:55 UTC
Git commit 6f4fb21ba689b279e2c0ffbe9158c18c3ee5edaf by Oliver Kellogg. Committed on 17/02/2022 at 16:08. Pushed by okellogg into branch 'master'. Fix "Settings -> Configure Umbrello -> User Interface: Text / line / fill color are reset to hard coded values" umbrello/dialogs/pages/uioptionspage.cpp - Remove #define FILL_COLOR, LINK_COLOR, TEXT_COLOR. - In function slotTextCBChecked case (value == false) call to m_textColorB->setColor() provide m_options->uiState.textColor. - In function slotLineCBChecked case (value == false) call to m_lineColorB->setColor() provide m_options->uiState.lineColor. - In function slotFillCBChecked case (value == false) call to m_fillColorB->setColor() provide m_options->uiState.fillColor. FIXED-IN:2.33.80 (KDE releases 22.03.80) M +3 -8 umbrello/dialogs/pages/uioptionspage.cpp https://invent.kde.org/sdk/umbrello/commit/6f4fb21ba689b279e2c0ffbe9158c18c3ee5edaf |