Commit dae3915c authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: minor appearance fixes

parent 4c9c15ce
......@@ -408,6 +408,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
winrect.size.height = winrect.size.height - f_titleBarHeight;
[o_split_view setFrame: winrect];
[o_video_view setFrame: winrect];
previousSavedFrame = winrect;
[self display];
}
......
......@@ -79,6 +79,9 @@
[[VLCCoreInteraction sharedInstance] toggleFullscreen];
else
msg_Err( VLCIntf, "unknown button action sender" );
[self setWindowButtonOver: NO];
[self setWindowFullscreenButtonOver: NO];
}
- (void)setWindowTitle:(NSString *)title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment