Skip to content
Commit 6f4fb21b authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Fix "Settings -> Configure Umbrello -> User Interface: Text / line / fill...

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.

BUG: 450472
FIXED-IN:2.33.80 (KDE releases 22.03.80)
parent daf074a5
Pipeline #139088 passed with stage
in 39 minutes and 14 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment