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/tabbedarea.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/tabbedarea.cpp') diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp index 445f17982..554bdfc66 100644 --- a/src/gui/widgets/tabbedarea.cpp +++ b/src/gui/widgets/tabbedarea.cpp @@ -379,6 +379,7 @@ void TabbedArea::mousePressed(MouseEvent &mouseEvent) if (tab) { + mouseEvent.consume(); setSelectedTab(tab); requestFocus(); } -- cgit v1.2.3-70-g09d2