diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-03 16:18:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-04 07:38:17 +0000 |
commit | 462bbf692e41897552b4f4e1f9e4f033e5f76643 (patch) | |
tree | f8d69a476ce55e8014c8277026b9de99475e08c4 /sc/source/ui/inc/inputwin.hxx | |
parent | d4c99f07ed4a795519797f56be29c24a242f4db2 (diff) |
Resolves: tdf#153353 formula bar border area bg didn't change on theme change
Change-Id: I720054d540a6352b8248aa59e231878c1832d998
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146545
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/inputwin.hxx')
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index ac96062af137..e8e63855ffd6 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -252,6 +252,7 @@ public: virtual bool HasEditView() const override; Point GetCursorScreenPixelPos(bool bBelowLine); virtual void Resize() override; + virtual void DataChanged(const DataChangedEvent& rDCEvt) override; virtual const OUString& GetTextString() const override; virtual void StopEditEngine(bool bAll) override; virtual void TextGrabFocus() override; @@ -272,6 +273,7 @@ public: private: void TriggerToolboxLayout(); + void SetBackgrounds(); std::unique_ptr<weld::Container> mxBackground; std::unique_ptr<ScTextWndGroup> mxTextWndGroup; |