Fix minor code issues
This commit is contained in:
@@ -103,6 +103,7 @@ class FancyTabBar: public QTabBar {
|
||||
}
|
||||
|
||||
void leaveEvent(QEvent *event) {
|
||||
Q_UNUSED(event);
|
||||
mouseHoverTabIndex = -1;
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user