Kaydet (Commit) 2639eadc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

show the correct color in the custom color picker in chart sidebar

Change-Id: I14b4f354ec48997f4656b82de14e87a684f1f752
üst da7253df
...@@ -2706,6 +2706,7 @@ void SvxColorToolBoxControl::StateChanged( ...@@ -2706,6 +2706,7 @@ void SvxColorToolBoxControl::StateChanged(
aColor = static_cast< const XFillColorItem* >(pState)->GetColorValue(); aColor = static_cast< const XFillColorItem* >(pState)->GetColorValue();
} }
m_xBtnUpdater->Update( aColor ); m_xBtnUpdater->Update( aColor );
mPaletteManager.SetLastColor(aColor);
} }
} }
......
Markdown is supported
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