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:
parent
f5ad4424aa
commit
08c0b480c1
|
@ -801,6 +801,7 @@ void ComboTabBar::setUsesScrollButtons(bool useButtons)
|
|||
|
||||
void ComboTabBar::showDropIndicator(int index, DropIndicatorPosition position)
|
||||
{
|
||||
clearDropIndicator();
|
||||
localTabBar(index)->showDropIndicator(toLocalIndex(index), position);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user