You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt 6.10.2 removed QTabBarPrivate::paintWithOffsets, causing
build failures in DTabBar.
Adjust tab button positioning logic to rely solely on
dragOffset for Qt >= 6.10.2, while preserving the original
behavior for older Qt versions.
This aligns the implementation with the updated QTabBar
internals and restores compatibility with Qt 6.10.2.
0 commit comments