From 4de262196a47f6baf64bdb054f02c52aae979e8b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 2 Feb 2012 15:10:45 +0100 Subject: Fix crash when opening a tab during a tooltip is shown Thanks a lot to Mathias Tillman for finding a 100 % reliable way how to reproduce the issue and for the initial patch! BUG: 278302 FIXED-IN: 4.8.1 --- src/views/dolphinview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 56ebbe402..bc65a8b77 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -549,6 +549,9 @@ protected: /** Changes the zoom level if Control is pressed during a wheel event. */ virtual void wheelEvent(QWheelEvent* event); + /** @reimp */ + virtual void hideEvent(QHideEvent* event); + private slots: /** * Marks the view as active (DolphinView:isActive() will return true) -- cgit v1.3