diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tabbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index f3584eed..f56bfda9 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -206,6 +206,8 @@ void TabBar::mouseMoveEvent(QMouseEvent *event) QTimer::singleShot(200, view->addTabButton(), SLOT(hide())); } + KTabBar::mouseMoveEvent(event); + if (ReKonfig::alwaysShowTabPreviews()) { //Find the tab under the mouse @@ -243,8 +245,6 @@ void TabBar::mouseMoveEvent(QMouseEvent *event) m_currentTabPreviewIndex = -1; } } - - KTabBar::mouseMoveEvent(event); } |