1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

[TabPreviews] Another tab preview behavior tweak

This commit is contained in:
nowrep 2013-12-29 14:50:12 +01:00
parent 99a4559973
commit 4265b90643

View File

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