1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Fix:] Fixed tab animation when moving mouse ot of tabbar

- calling QTabBar::mouseReleaseEvent
This commit is contained in:
nowrep 2011-12-15 17:03:50 +01:00
parent 04af41d0b2
commit c78d9f4978

View File

@ -322,6 +322,7 @@ void TabBar::mouseDoubleClickEvent(QMouseEvent* event)
void TabBar::mouseReleaseEvent(QMouseEvent* event)
{
if (!rect().contains(event->pos())) {
QTabBar::mouseReleaseEvent(event);
return;
}