diff options
author | Katarina Machalkova <bubli@bubli.org> | 2011-09-06 21:25:15 +0200 |
---|---|---|
committer | Katarina Machalkova <bubli@bubli.org> | 2011-09-06 22:45:32 +0200 |
commit | 450b31a056a8fb277a7b5f1e6827bb85b4c1f9fd (patch) | |
tree | 1c3e08438b5804d38ea82840c317050bce761013 /cui/source | |
parent | 3d411ec522dfb13924da5dadb28883d33f8e5794 (diff) |
Update shape fill preview on switch to this tab
(related to i#95158, but not quite)
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/tpshadow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx index a7109fadb3b3..086f4f4a9b74 100644 --- a/cui/source/tabpages/tpshadow.cxx +++ b/cui/source/tabpages/tpshadow.cxx @@ -245,6 +245,7 @@ void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet ) } } + aCtlXRectPreview.SetRectangleAttributes(rSet); // aLbShadowColor nPos = aLbShadowColor.GetSelectEntryPos(); aLbShadowColor.Clear(); |