| commit | 8705ca0c8a8f87fc4880922064f1f84cac1ea42c | [log] |
|---|---|---|
| author | ayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org> | Sun Jan 05 19:39:57 2020 +0300 |
| committer | Eike Rathke <erack@redhat.com> | Fri Feb 14 22:58:36 2020 +0100 |
| tree | ab49456505f28e042b6d09775be2373335087fff | |
| parent | e917918dfb42ef9f95768280918bc42c628de0be [diff] |
tdf#124443: show arguments' tooltip above if in Formula Bar's Input Line Change-Id: I33d52af9c2b1ac3f5cfe279ff17d487c70b8cf32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86226 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index acf924d..b013148 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx
@@ -1156,7 +1156,14 @@ void ScInputHandler::ShowArgumentsTip( OUString& rSelText ) aBuf.append( " : " ); aBuf.append( ppFDesc->getParameterDescription(nActive-1) ); aNew = aBuf.makeStringAndClear(); ShowTipBelow( aNew ); if (eMode != SC_INPUT_TOP) { ShowTipBelow( aNew ); } else { ShowTip(aNew); } bFound = true; } }