Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
4.6.3
-
None
Description
While using a stylesheet to customize the hover behavior of tabs on a tab widget, the right-most tab remains in the hover style when the mouse if moved off to the right (i.e., not on a tab, but still on the QTabBar). As a workaround, I check if the point is actually on a tab in the HoverMove event. If not, I force a call to QTabBar::event() with the HoverLeave event.