[umbrello] [Bug 450472] Settings -> Configure Umbrello -> User Interface: Text / line / fill color are reset to hard coded values
Oliver Kellogg
bugzilla_noreply at kde.org
Thu Feb 17 16:09:22 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=450472
Oliver Kellogg <okellogg at users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/sdk/
| |umbrello/commit/6f4fb21ba68
| |9b279e2c0ffbe9158c18c3ee5ed
| |af
Status|REPORTED |RESOLVED
Resolution|--- |FIXED
Version Fixed In| |2.33.80 (KDE releases
| |22.03.80)
--- Comment #1 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list