364f3a7639
DetailWebView.setFrameSize() calls bigSurOffsetFix(), which changes the window's frame, which ultimately calls setFrameSize() again (which calls bigSurOffsetFix(), etc). In practice, this isn't causing an infinite loop (I think NSWindow.setFrame(_:display:) is smart enough to prevent reentrancy) but it's still dangerous to have such a glaring logic error in the code. |
||
---|---|---|
.. | ||
Keyboard | ||
DetailContainerView.swift | ||
DetailIconSchemeHandler.swift | ||
DetailStatusBarView.swift | ||
DetailViewController.swift | ||
DetailWebView.swift | ||
DetailWebViewController.swift | ||
blank.html | ||
main_mac.js | ||
page.html | ||
styleSheet.css |