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

ComboTabBar: Fix clearing drop marker when moving from main to pinned tabbar

This commit is contained in:
David Rosca 2018-01-01 12:19:03 +01:00
parent f5ad4424aa
commit 08c0b480c1

View File

@ -801,6 +801,7 @@ void ComboTabBar::setUsesScrollButtons(bool useButtons)
void ComboTabBar::showDropIndicator(int index, DropIndicatorPosition position)
{
clearDropIndicator();
localTabBar(index)->showDropIndicator(toLocalIndex(index), position);
}