Merge pull request 'Fix bug 79758' (#573) from fix/bug-79758 into release/v9.3.0

This commit is contained in:
Maxim Kadushkin
2026-02-05 13:41:49 +00:00

View File

@ -69,6 +69,10 @@
[super setFrame:frameRect display:flag];
}
- (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(NSScreen *)screen {
return frameRect;
}
- (void)initialize {
}