[Libreoffice-commits] core.git: svtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 23 21:28:15 UTC 2018
svtools/source/table/defaultinputhandler.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 36123b42c5d3084f94d068874a0bac2cc849a66e
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Thu Aug 23 22:19:56 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Aug 23 23:27:49 2018 +0200
tdf#119427: fix selectionChanged event
Regression from 0fb4ae8767fa5ff791cd42934b4215011a269eb0
Thank you Drew for the bibisection!
Change-Id: Id444172d534374d71765bd4aca71b012cc2352f1
Reviewed-on: https://gerrit.libreoffice.org/59526
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svtools/source/table/defaultinputhandler.cxx b/svtools/source/table/defaultinputhandler.cxx
index 945919bf5140..7f01f84f3bd6 100644
--- a/svtools/source/table/defaultinputhandler.cxx
+++ b/svtools/source/table/defaultinputhandler.cxx
@@ -89,6 +89,8 @@ namespace svt { namespace table
bool handled = false;
for (auto const& mouseFunction : i_impl.aMouseFunctions)
{
+ if (handled)
+ break;
if (mouseFunction == i_impl.pActiveFunction)
// we already invoked this function
continue;
More information about the Libreoffice-commits
mailing list