We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c09f1 commit cceb784Copy full SHA for cceb784
engine/src/mac-dialog.mm
@@ -843,7 +843,7 @@ -(void)relayout
843
[mCancelButton setNeedsDisplay:YES];
844
845
// Update frame for the OK button
846
- NSRect okRect = { { okRect.origin.x + ButtonWidth + ButtonSpacing,
+ NSRect okRect = { { cancelRect.origin.x + ButtonWidth + ButtonSpacing,
847
ButtonBottomMargin },
848
{ ButtonWidth, ButtonHeight } };
849
[mOkButton setButtonType: NSMomentaryLightButton];
0 commit comments