summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-15 01:44:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-15 01:54:05 +0200
commit2639eadce4c9ccead9112a6893b5e9e2e0fefd78 (patch)
treee737444301fd1e23d30c2163bf69ff8a7883d332 /svx/source/tbxctrls
parentda7253df58f70b0db58f906a25750eb346b2270b (diff)
show the correct color in the custom color picker in chart sidebar
Change-Id: I14b4f354ec48997f4656b82de14e87a684f1f752
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 6f35cff7f3d4..3b65c4842398 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);
}
}