mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +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];
|
[super setFrame:frameRect display:flag];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(NSScreen *)screen {
|
||||||
|
return frameRect;
|
||||||
|
}
|
||||||
|
|
||||||
- (void)initialize {
|
- (void)initialize {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user