Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore non-transparent frame by removing mask #1577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Storchschnabel
Copy link

This fixes incorrect rendering of resized, once-transparent focused frames with frame_bg_transparent off.

window_make_intransparent only took into account the current size. Properly removing the mask allows for later resizing.
Fixes #1576.

This fixes incorrect rendering of resized, once-transparent focused
frames with `frame_bg_transparent off`.
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.3%. Comparing base (0950774) to head (a6d0b09).

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1577     +/-   ##
========================================
- Coverage    95.3%   95.3%   -0.1%     
========================================
  Files         133     133             
  Lines       12054   12044     -10     
========================================
- Hits        11499   11489     -10     
  Misses        555     555             

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.

Previously transparent frames are rendered with incorrect size when frame_bg_transparent=off
1 participant