Skip to content

Conversation

low-batt
Copy link
Contributor

This commit will remove the check that suppressed the workaround in MainWindowController.windowWillOpen for the title problem when running under macOS 12+.

The workaround was conditionalized because AppKit was confirmed to be working correctly under macOS 12.3. The assumption was that we could count of AppKit working correctly going forward. However the problem is back in macOS 13.2.1. Not clear when it was re-introduced.


Description:

@low-batt low-batt linked an issue Feb 20, 2023 that may be closed by this pull request
1 task
@low-batt low-batt requested review from saagarjha and lhc70000 March 15, 2023 02:28
This commit will remove the check that suppressed the workaround in
MainWindowController.windowWillOpen for the title problem when running
under macOS 12+.

The workaround was conditionalized because AppKit was confirmed to be
working correctly under macOS 12.3. The assumption was that we could
count of AppKit working correctly going forward. However the problem
is back in macOS 13.2.1. Not clear when it was re-introduced.

Rebased with develop and corrected merge conflicts.
@lhc70000 lhc70000 merged commit d608083 into develop Mar 27, 2023
@lhc70000 lhc70000 deleted the fix-4229 branch March 27, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong title shown in window menu
2 participants