summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/devicesviewer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/devicesviewer.mm')
-rw-r--r--src/osd/modules/debugger/osx/devicesviewer.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/devicesviewer.mm b/src/osd/modules/debugger/osx/devicesviewer.mm
index 2bdb0253299..210f353d76d 100644
--- a/src/osd/modules/debugger/osx/devicesviewer.mm
+++ b/src/osd/modules/debugger/osx/devicesviewer.mm
@@ -145,6 +145,7 @@
[devicesScroll setHasVerticalScroller:YES];
[devicesScroll setAutohidesScrollers:YES];
[devicesScroll setBorderType:NSNoBorder];
+ [devicesScroll setDrawsBackground:NO];
[devicesScroll setDocumentView:devicesView];
[devicesView release];
[[window contentView] addSubview:devicesScroll];