mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
parent
6132bf7789
commit
4e1a9079f3
@ -1127,7 +1127,9 @@ void TabBarHelper::paintEvent(QPaintEvent* event)
|
|||||||
optTabBase.tabBarRect |= tabRect(i);
|
optTabBase.tabBarRect |= tabRect(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
optTabBase.selectedTabRect = QRect();
|
if (m_activeTabBar) {
|
||||||
|
optTabBase.selectedTabRect = tabRect(selected);
|
||||||
|
}
|
||||||
|
|
||||||
if (drawBase()) {
|
if (drawBase()) {
|
||||||
p.drawPrimitive(QStyle::PE_FrameTabBarBase, optTabBase);
|
p.drawPrimitive(QStyle::PE_FrameTabBarBase, optTabBase);
|
||||||
|
Loading…
Reference in New Issue
Block a user