1
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:
David Rosca 2015-11-06 18:10:02 +01:00
parent c0809dc0b3
commit 83b7f8f441

View File

@ -584,6 +584,10 @@ bool ComboTabBar::event(QEvent *event)
}
break;
case QEvent::Resize:
ensureVisible();
break;
default:
break;
}