diff options
Diffstat (limited to 'src/infosidebarpage.cpp')
| -rw-r--r-- | src/infosidebarpage.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 07887e2bd..565323b4a 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -139,6 +139,9 @@ void InfoSidebarPage::requestDelayedItemInfo(const KUrl& url) void InfoSidebarPage::showEvent(QShowEvent* event) { SidebarPage::showEvent(event); + if (event->spontaneous()) { + return; + } showItemInfo(); } |
