From 3ed0b5f6edce152fa2eca9c84d64cbeec8ac0173 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Mar 2014 17:32:27 +0300 Subject: Add consume calls into mouse press / click handlers. --- src/gui/widgets/guitable.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/guitable.cpp') diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp index c7964d3c6..08da80322 100644 --- a/src/gui/widgets/guitable.cpp +++ b/src/gui/widgets/guitable.cpp @@ -480,6 +480,7 @@ void GuiTable::mousePressed(MouseEvent& mouseEvent) { mSelectedColumn = column; mSelectedRow = row; + mouseEvent.consume(); } distributeActionEvent(); -- cgit v1.2.3-70-g09d2