forked from qt-creator/qt-creator
add a missing "return"
This commit is contained in:
@@ -98,8 +98,6 @@ void FancyTabBar::paintEvent(QPaintEvent *event)
|
||||
|
||||
// paint active tab last, since it overlaps the neighbors
|
||||
paintTab(&p, currentIndex());
|
||||
|
||||
|
||||
}
|
||||
|
||||
// Handle hover events for mouse fade ins
|
||||
|
||||
Reference in New Issue
Block a user