macOS: remove background from SurfaceScrollView

pull/9234/head
Lars 2025-10-16 23:52:07 +02:00
parent 0e0bbfaa61
commit cc91e2ad16
No known key found for this signature in database
GPG Key ID: 845CB61BD38F4E49
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ class SurfaceScrollView: NSView {
scrollView.hasHorizontalScroller = false
scrollView.autohidesScrollers = true
scrollView.usesPredominantAxisScrolling = true
// hide default background to show blur effect properly
scrollView.drawsBackground = false
// The document view is what the scrollview is actually going
// to be directly scrolling. We set it up to a "blank" NSView