summaryrefslogtreecommitdiffstats
path: root/src/osd/modules/debugger/osx/pointsviewer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/pointsviewer.mm')
-rw-r--r--src/osd/modules/debugger/osx/pointsviewer.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/osx/pointsviewer.mm b/src/osd/modules/debugger/osx/pointsviewer.mm
index ca3d9b356a0..0399fb10d1b 100644
--- a/src/osd/modules/debugger/osx/pointsviewer.mm
+++ b/src/osd/modules/debugger/osx/pointsviewer.mm
@@ -148,8 +148,8 @@
borderType:[watchScroll borderType]];
NSSize const registerDesired = [NSScrollView frameSizeForContentSize:[registerView maximumFrameSize]
hasHorizontalScroller:YES
- hasVerticalScroller:YES
- borderType:[registerScroll borderType]];
+ hasVerticalScroller:YES
+ borderType:[registerScroll borderType]];
NSSize const desired = NSMakeSize(std::max({ breakDesired.width, watchDesired.width, registerDesired.width }),
std::max({ breakDesired.height, watchDesired.height, registerDesired.height }));
[self cascadeWindowWithDesiredSize:desired forView:tabs];