mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-13 09:59:17 +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. |
||
---|---|---|
.. | ||
Base.lproj | ||
CrashReporter | ||
Inspector | ||
MainWindow | ||
Preferences | ||
Resources | ||
SafariExtension | ||
Scriptability | ||
ShareExtension | ||
AppAssets.swift | ||
AppDefaults.swift | ||
AppDelegate.swift | ||
Browser.swift | ||
ErrorHandler.swift | ||
NetNewsWire-Bridging-Header.h | ||
WKPreferencesPrivate.h |