mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-25 00:15:28 +01:00
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 | ||
blank.html | ||
DetailContainerView.swift | ||
DetailIconSchemeHandler.swift | ||
DetailStatusBarView.swift | ||
DetailViewController.swift | ||
DetailWebView.swift | ||
DetailWebViewController.swift | ||
main_mac.js | ||
page.html | ||
styleSheet.css |