summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-01 12:59:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-01 17:11:50 +0100
commit32ecb028dc7c803750eabaa27ffd1257e3f53eb2 (patch)
treef6c3c4d5fb7126c414341126e14db3b26adc06f2 /sc/source/ui/inc/inputwin.hxx
parent2bd6876f0f4596eb4ffad1109ca0c2896f9bda84 (diff)
multiline calc inputbar not redrawing and adjusting scrollbar on delete of text
backspace is ok, but with delete when a line is deleted the scrolled up lines are visually duplicated at the bottom Change-Id: I22e91aa3c3213876d36c593cae7989e8913bffc3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124548 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.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index aa90dc7c4f3e..0e056fa22c29 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -111,6 +111,7 @@ public:
void DoScroll();
DECL_LINK(ModifyHdl, LinkParamNone*, void);
+ DECL_LINK(EditStatusHdl, EditStatus&, void);
protected:
virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override;