summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/cocoa-cb/title_bar.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/cocoa-cb/title_bar.swift b/video/out/cocoa-cb/title_bar.swift
index f961b1908a..41d04a19ad 100644
--- a/video/out/cocoa-cb/title_bar.swift
+++ b/video/out/cocoa-cb/title_bar.swift
@@ -55,6 +55,8 @@ class TitleBar: NSVisualEffectView {
frame.size.width, TitleBar.height)
cocoaCB = ccb
super.init(frame: f)
+ buttons.forEach { $0.isHidden = true }
+ isHidden = true
alphaValue = 0
blendingMode = .withinWindow
autoresizingMask = [.width, .minYMargin]