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

Prevent gaps-triggered shifting for FloatingLayoutEngine #1069

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

dalyIsaac
Copy link
Owner

@dalyIsaac dalyIsaac commented Nov 3, 2024

There was special handling for the ProxyFloatingLayoutEngine, but FloatingLayoutEngine was not included. As a result, windows could shift while using the FloatingLayoutEngine. This PR fixes this.

@dalyIsaac dalyIsaac added bug Something isn't working gaps Whim.Gaps labels Nov 3, 2024
@dalyIsaac dalyIsaac force-pushed the prevent-floatinglayoutengine-shift branch from 4324189 to 5fe81d7 Compare November 3, 2024 04:27
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.57%. Comparing base (86eace7) to head (631d651).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1069      +/-   ##
==========================================
+ Coverage   80.56%   80.57%   +0.01%     
==========================================
  Files         283      283              
  Lines       12412    12419       +7     
  Branches     1432     1434       +2     
==========================================
+ Hits        10000    10007       +7     
  Misses       2227     2227              
  Partials      185      185              

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

@dalyIsaac dalyIsaac marked this pull request as ready for review November 3, 2024 05:42
@dalyIsaac dalyIsaac merged commit fe8e309 into main Nov 3, 2024
8 checks passed
@dalyIsaac dalyIsaac deleted the prevent-floatinglayoutengine-shift branch November 3, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gaps Whim.Gaps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant