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
(3 of 3): in TSSTSessionWindow.xib, in the Loupe Panel hierarchy, click on the middle View (between the Loupe Panel and the Zoom View, and use the Identity Inspector to change the class from NSView to TSSTOuterInfoView . Control-drag from the Loupe Panel to the Outer View to connect the outerView IBOutlet
This fix uses CoreGraphics Layer Masking to mask the Loupe to just its circular region.
The text was updated successfully, but these errors were encountered:
To fix this, (1 of 3) in TSSTInfoWindow.h , change:
to
and (2 of 3) in TSSTInfoWindow.m with the other imports, add:
in
- (void)centerAtPoint:(NSPoint)center
add:in
- (void)resizeToDiameter:(float)diameter
add:
and above
@implementation TSSTInfoView
add
(3 of 3): in TSSTSessionWindow.xib, in the Loupe Panel hierarchy, click on the middle View (between the Loupe Panel and the Zoom View, and use the Identity Inspector to change the class from
NSView
toTSSTOuterInfoView
. Control-drag from the Loupe Panel to the Outer View to connect theouterView
IBOutletThis fix uses CoreGraphics Layer Masking to mask the Loupe to just its circular region.
The text was updated successfully, but these errors were encountered: