Skip to content

Cherry-pick: Fix the broken always-on-top mode - #2384

Merged
Tian L. (tian-lt) merged 1 commit into
microsoft:release/2508from
tian-lt:cherry-pick
Sep 19, 2025
Merged

Cherry-pick: Fix the broken always-on-top mode#2384
Tian L. (tian-lt) merged 1 commit into
microsoft:release/2508from
tian-lt:cherry-pick

Conversation

@tian-lt

Copy link
Copy Markdown
Contributor

Root cause

The types for width and height saved in local settings is not matched universally for all the reads and writes. This leads to a type casting failure which blocks the logics to toggle the AOT mode.

Fix

Change the signature of function ToggleAlwaysOnTop from Task (float, float) to Task (double, double)

@tian-lt
Tian L. (tian-lt) merged commit 5d70621 into microsoft:release/2508 Sep 19, 2025
5 checks passed
@tian-lt
Tian L. (tian-lt) deleted the cherry-pick branch September 19, 2025 08:07
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.

2 participants