diff options
author | Bayram Çiçek <mail@bayramcicek.com.tr> | 2021-05-29 21:18:48 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2021-06-08 20:49:52 +0200 |
commit | fae6f9fc498e1ac258844ee2712888710d530d0f (patch) | |
tree | 8b326057591a9dcf140f9a1561785fd256eee851 /cui/source/tabpages/tpgradnt.cxx | |
parent | f06811e86d6ff208da79676d82109ddf1fc30710 (diff) |
tdf#109388: Mouseover effect added to palettes in the Area tab
In 'Format > Page Style... > Area' Tab,
Mouseover effect added to the palettes on Color, Gradient,
Bitmap, Pattern and Hatch sections.
Change-Id: Idf036adc01b6b2ef6d62d2dd670ed6fb432bfbf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116395
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/tabpages/tpgradnt.cxx')
-rw-r--r-- | cui/source/tabpages/tpgradnt.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index 56814081b20b..00b01bd0ce33 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -110,6 +110,8 @@ SvxGradientTabPage::SvxGradientTabPage(weld::Container* pPage, weld::DialogContr m_xMtrColorTo->connect_value_changed( aLink ); m_xLbColorTo->SetSelectHdl( aLink3 ); + m_xGradientLB->SetStyle(WB_FLATVALUESET | WB_NO_DIRECTSELECT | WB_TABSTOP); + // #i76307# always paint the preview in LTR, because this is what the document does m_aCtlPreview.EnableRTL(false); } |