diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-02 20:15:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-03 21:08:57 +0200 |
commit | 2de0eaf467715662e68b9429c9d5050f65ffcec9 (patch) | |
tree | a103455778e805f2124f08b5a627f8d642f48802 /starmath/inc/edit.hxx | |
parent | 9b1b29325ba988e5307a34d234cf6ba17e4350ec (diff) |
There's no longer a purpose to the math horizontal scrollbar
since...
commit f89860807baaa901629ce2a814b7a6c994318fe5
Date: Sat Feb 13 16:43:01 2021 +0100
Resolves tdf#140221 auto-adjust Formula Editor width
so remove that.
And merge the starmath Resize logic into the baseclass, and emit
EditViewScrollStateChange from there.
The goal is that resizing the starmath window does not visually
horizontally scroll content negatively outside the widget
Change-Id: I1a79a0d5a194e8cfb0d2d2cb07b0b80172f1f66c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115012
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r-- | starmath/inc/edit.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index 536885794c06..773355cfff14 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -110,7 +110,6 @@ public: // Window virtual void SetText(const OUString& rText) override; virtual OUString GetText() const override; - virtual void Resize() override; virtual void Command(const CommandEvent& rCEvt) override; ESelection GetSelection() const; |