[TabPreviews] Another tab preview behavior tweak

remotes/origin/falkon
nowrep 12 years ago
parent 99a4559973
commit 4265b90643
  1. 2
      src/lib/webview/tabbar.cpp

@ -519,6 +519,8 @@ void TabBar::showTabPreview(bool delayed)
void TabBar::hideTabPreview(bool delayed)
{
m_tabPreviewShowTimer->stop();
if (delayed) {
m_tabPreviewHideTimer->start();
}

Loading…
Cancel
Save