macOS add full screen support (#3305)

This commit is contained in:
SweetPPro
2022-06-16 21:59:54 +02:00
committed by GitHub
parent c6b49e99d8
commit 06e5767234
16 changed files with 2004 additions and 1760 deletions

View File

@@ -130,6 +130,8 @@
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(resizeBar) name:NSWindowDidResizeNotification
object:self.view.window];
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(resizeBar) name:@"ResizeBar" object:nil];
//update when groups change
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(updateGroups:) name:@"UpdateGroups" object:nil];
}