@b4n and other gtk spurts

The code to detect being on the tab bar background uses styles "scroll-arrow-hlength" and "scroll-arrow-vlength" as part of the calculation of position.

But those appear to be scrollbar arrows, not notebook tabs arrows here and are not mentioned in notebook styles. Its theme dependent how big scrollbar arrows and tabbar arrows are, so maybe where scrollbar arrows are small and tabbar arrows are large this code is finding parts of the tabbar arrow are outside the arrow and ripe for double clicking?

IMHO that code and the widget layout dependent checks here are wrong, they depend on implementation dependent things and now some implementations have changed.

Since the feature is implemented wrongly and is undiscoverable it should indeed be removed (by commenting if you want) until "somebody" PRs a correct implementation that doesn't depend on styles and GTK widget layouts.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.