| commit | 2639eadce4c9ccead9112a6893b5e9e2e0fefd78 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Tue Sep 15 01:44:47 2015 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Tue Sep 15 01:54:05 2015 +0200 |
| tree | e737444301fd1e23d30c2163bf69ff8a7883d332 | |
| parent | da7253df58f70b0db58f906a25750eb346b2270b [diff] |
show the correct color in the custom color picker in chart sidebar Change-Id: I14b4f354ec48997f4656b82de14e87a684f1f752
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 6f35cff..3b65c48 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2706,6 +2706,7 @@ void SvxColorToolBoxControl::StateChanged( aColor = static_cast< const XFillColorItem* >(pState)->GetColorValue(); } m_xBtnUpdater->Update( aColor ); mPaletteManager.SetLastColor(aColor); } }