Skip to content

Fix window becoming invisible when started minimized#3494

Merged
hluk merged 1 commit intomasterfrom
fix/minimized-window-geometry
Mar 23, 2026
Merged

Fix window becoming invisible when started minimized#3494
hluk merged 1 commit intomasterfrom
fix/minimized-window-geometry

Conversation

@hluk
Copy link
Owner

@hluk hluk commented Mar 23, 2026

Skip saving window geometry while minimized to prevent persisting invalid coordinates. Validate geometry on show to recover from previously corrupted state.

Fixes: #3440
Assisted-by: Claude (Anthropic)

Skip saving window geometry while minimized to prevent persisting
invalid coordinates. Validate geometry on show to recover from
previously corrupted state.

Fixes: #3440
Assisted-by: Claude (Anthropic)
@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 80.85%. Comparing base (5ea6b73) to head (2cdd097).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/gui/geometry.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3494   +/-   ##
=======================================
  Coverage   80.85%   80.85%           
=======================================
  Files         245      245           
  Lines       31282    31285    +3     
=======================================
+ Hits        25294    25297    +3     
  Misses       5988     5988           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hluk hluk merged commit 1fd3823 into master Mar 23, 2026
13 of 14 checks passed
@hluk hluk deleted the fix/minimized-window-geometry branch March 25, 2026 14:16
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.

Main window invisible (wrong geometry) if started minimized

1 participant