mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Merge pull request 'Fix bug 79758' (#573) from fix/bug-79758 into release/v9.3.0
This commit is contained in:
@ -69,6 +69,10 @@
|
||||
[super setFrame:frameRect display:flag];
|
||||
}
|
||||
|
||||
- (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(NSScreen *)screen {
|
||||
return frameRect;
|
||||
}
|
||||
|
||||
- (void)initialize {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user