mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[Fix:] Fixed tab animation when moving mouse ot of tabbar
- calling QTabBar::mouseReleaseEvent
This commit is contained in:
parent
04af41d0b2
commit
c78d9f4978
|
@ -322,6 +322,7 @@ void TabBar::mouseDoubleClickEvent(QMouseEvent* event)
|
|||
void TabBar::mouseReleaseEvent(QMouseEvent* event)
|
||||
{
|
||||
if (!rect().contains(event->pos())) {
|
||||
QTabBar::mouseReleaseEvent(event);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user