PSMTabBarControl icon indicating copy to clipboard operation
PSMTabBarControl copied to clipboard

Metal style when processing: Line of white pixels over spinner

Open neoneye opened this issue 11 years ago • 1 comments

This is what I'm seeing with the demo project white pixels on screenshot

It goes away if I briefly switch to Adium style and then back to Metal style.

I think the spinner is layouted using the _indicatorRectForBounds:, but can't figure out precisely whats wrong.

neoneye avatar Jan 02 '14 14:01 neoneye

I fixed this by adding a new macro:

#define kMMTabBarIndicatorHeight 15.0

And replacing the instance of kMMTabBarIndicatorWidth in MMTabBarButton.m and MMTabBarButtonCell.m with it that affect the height.

chinhster avatar Dec 19 '14 17:12 chinhster