alex-techlab
Results
2
comments of
alex-techlab
Here is a demo for this bug: https://github.com/alex-techlab/ProgressKit-Bug-Demo If the gray lines don't show up at first just resize the window a bit and they will appear. Xcode 7.2 (7C68)...
One quick and dirty solution for me was to modify the "trackMouse" function within the "TabButtonCell.swift" file and add the lines below under the "let location = controlView.convert..." line: ```...