mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
ComboTabBar: Call ensureVisible() in resize event
This commit is contained in:
parent
c0809dc0b3
commit
83b7f8f441
@ -584,6 +584,10 @@ bool ComboTabBar::event(QEvent *event)
|
||||
}
|
||||
break;
|
||||
|
||||
case QEvent::Resize:
|
||||
ensureVisible();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user