diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-08-10 19:46:59 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-08-15 21:00:29 +0200 |
commit | a6a2cc8f0e6501b92988accee2c3674dcfb05a2f (patch) | |
tree | 1f84dcedd125567402f9cddb49791987abe5d0ba /include/svtools | |
parent | 757b2438b172b3ef4560e533b3ce2a10f699f2bd (diff) |
Fix wizard step text styling
Moves all the SetTextColor handing into ApplySettings and just
changes the ControlBackground depending on step state.
Change-Id: I96234b6353afada7bc77e2f641a160c1cf25f48d
Reviewed-on: https://gerrit.libreoffice.org/58857
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/hyperlabel.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/hyperlabel.hxx b/include/svtools/hyperlabel.hxx index e7bc9d6c30b5..bd86801724ae 100644 --- a/include/svtools/hyperlabel.hxx +++ b/include/svtools/hyperlabel.hxx @@ -42,9 +42,6 @@ namespace svt virtual void GetFocus() override; virtual void LoseFocus() override; - void DeactivateHyperMode(vcl::Font aFont, const Color aColor); - void ActivateHyperMode(vcl::Font aFont, const Color aColor); - void implInit(); using FixedText::CalcMinimumSize; @@ -55,6 +52,7 @@ namespace svt virtual void dispose() override; virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; + virtual void ApplySettings(vcl::RenderContext& rRenderContext) override; void SetID( sal_Int16 ID ); sal_Int16 GetID() const; |