mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 17:36:19 +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. |
||
---|---|---|
.. | ||
AddFeed | ||
AddFolder | ||
Detail | ||
Keyboard | ||
NNW3 | ||
OPML | ||
Sidebar | ||
Timeline | ||
AddRedditFeedWindowController.swift | ||
ArticleExtractorButton.swift | ||
IconView.swift | ||
LegacyArticleExtractorButton.swift | ||
MainWindowController.swift | ||
SharingServiceDelegate.swift | ||
SharingServicePickerDelegate.swift |