-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macos: move ownership of fullscreenNotification observers to Terminal…
…Controller When processing toggle_fullscreen actions, multiple FullscreenStyle derived objects would register observers on the same window and subsequently remove them when the old style was deinited. This change passes ownership of the fullscreenNotification observers to TerminalController while still allowing FullscreenStyles access to the window for style specific actions.
- Loading branch information
1 parent
5293fc9
commit deda56f
Showing
2 changed files
with
19 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters