Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Dec 13, 2024
1 parent a10e1fc commit da73f3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cocoa/GBPaletteEditorController.m
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ - (IBAction)segmentAction:(NSSegmentedControl *)sender
case 0: [self addTheme:sender]; return;
case 1: [self deleteTheme:sender]; return;
case 3: {
NSSize menuSize = _segmentMenu.size;
NSSize buttonSize = _segmentControl.bounds.size;
[_segmentMenu popUpMenuPositioningItem:_segmentMenu.itemArray.lastObject
atLocation:NSMakePoint(buttonSize.width,
Expand Down

0 comments on commit da73f3a

Please sign in to comment.