summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/watchpointsview.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/watchpointsview.m')
-rw-r--r--src/osd/modules/debugger/osx/watchpointsview.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/osx/watchpointsview.m b/src/osd/modules/debugger/osx/watchpointsview.m
index 0b1ab9ae39c..ae726d0f0d0 100644
--- a/src/osd/modules/debugger/osx/watchpointsview.m
+++ b/src/osd/modules/debugger/osx/watchpointsview.m
@@ -17,7 +17,7 @@
@implementation MAMEWatchpointsView
- (id)initWithFrame:(NSRect)f machine:(running_machine &)m {
- if (!(self = [super initWithFrame:f type:DVT_WATCH_POINTS machine:m]))
+ if (!(self = [super initWithFrame:f type:DVT_WATCH_POINTS machine:m wholeLineScroll:YES]))
return nil;
return self;
}