Skip to content

Commit

Permalink
ui/cocoa: Use empty title for empty images. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack authored Jun 29, 2024
1 parent b9b3b2e commit b1423cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/internal/cocoa/interactiveview.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ InteractiveViewPtr InteractiveView_New(int x, int y, int w, int h) {
InteractiveView *control = [[[InteractiveView alloc]
initWithFrame:NSMakeRect(x, y, w, h)] autorelease];
[control setBordered:NO];
[control setTitle:@""];
// [control setBezelStyle:NSBezelStyleShadowlessSquare];
// [control setButtonType:NSMomentaryChangeButton];
[control setImageScaling:NSImageScaleAxesIndependently];
Expand Down

0 comments on commit b1423cc

Please sign in to comment.