Skip to content

fix: macOS, crash when log is open and you minimize the gui - #9208

Merged
sithlord48 merged 1 commit into
masterfrom
fix_9206
Nov 25, 2025
Merged

fix: macOS, crash when log is open and you minimize the gui#9208
sithlord48 merged 1 commit into
masterfrom
fix_9206

Conversation

@sithlord48

@sithlord48 sithlord48 commented Nov 25, 2025

Copy link
Copy Markdown
Member

fixes: #9206
on macOS the minimize creates a race to show and hide the log

To test:

  1. Open the app on mac os
  2. Toggle the log so its visible and attached to the window
  3. Minimize the application using the yellow - button

After step 3 there should be no crash with this PR

fixes: #9206
on macOS the minimize creates a race to show and hide the log
@sithlord48
sithlord48 requested a review from a team November 25, 2025 15:35
@sithlord48 sithlord48 added the 🩹 fix This PR fixes a reported bug label Nov 25, 2025
@sithlord48
sithlord48 requested a review from nbolton as a code owner November 25, 2025 15:35

@nbolton nbolton left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR fixes the crash, but something still ain't right with show/hide and the log/window size.

Image

@sithlord48

sithlord48 commented Nov 25, 2025

Copy link
Copy Markdown
Member Author

That only happened to me the one time on mac os then it fixed itself.. i suspect its due to stale geoemtry data that initial time. I do some testing later to make sure.

@sithlord48
sithlord48 merged commit 274fae1 into master Nov 25, 2025
62 of 63 checks passed
@sithlord48
sithlord48 deleted the fix_9206 branch November 25, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🩹 fix This PR fixes a reported bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS: Crashes on minimize when the log is visible and docked

2 participants