diff options
| author | Peter Penz <[email protected]> | 2012-02-02 15:10:45 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-02-02 16:02:29 +0100 |
| commit | 9ef4b489c043a1bdfdb2931959f58e366862fe35 (patch) | |
| tree | ad1782a1e4966ebc4ef95fb167b7ca92421708cf /src/views/dolphinview.h | |
| parent | def780c672af2b90e8face3720e1567432b32b8d (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
