[GH-ISSUE #41] Minimize/restore flicker on maximized windows #989

Closed
opened 2026-02-28 12:00:40 +03:00 by kerem · 1 comment
Owner

Originally created by @majkinetor on GitHub (Dec 20, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/41

Originally assigned to: @VShawn on GitHub.

Describe the bug

There is annoying flicker when you use minimize and restore on maximized window, which lasts about 1s.

This is with resize mode set to auto adjust

I noticed scrollbars are shortly present during restoration and and then removed, which might be cause of this.

To Reproduce

  1. Maximize window with RDP tab
  2. Minimize window
  3. Restore window

Screenshots

Gif

top2

Originally created by @majkinetor on GitHub (Dec 20, 2020). Original GitHub issue: https://github.com/1Remote/1Remote/issues/41 Originally assigned to: @VShawn on GitHub. **Describe the bug** There is annoying flicker when you use minimize and restore on maximized window, which lasts about 1s. This is with _resize mode_ set to _auto adjust_ I noticed scrollbars are shortly present during restoration and and then removed, which might be cause of this. **To Reproduce** 1. Maximize window with RDP tab 2. Minimize window 3. Restore window **Screenshots** <details><summary>Gif</summary> ![top2](https://user-images.githubusercontent.com/85767/102723804-0acf6f80-430b-11eb-903a-1afa83e67281.gif) </details>
kerem 2026-02-28 12:00:40 +03:00
Author
Owner

@VShawn commented on GitHub (Dec 21, 2020):

image

I found AxMsRdpClient9 control auto change its size when tab window goes to min from max(get bigger) for unknown reason, normal to min will not tiger this issue.
So I stop resize callback when window status change to min until it restore.

<!-- gh-comment-id:748816200 --> @VShawn commented on GitHub (Dec 21, 2020): ![image](https://user-images.githubusercontent.com/10143738/102750249-76175100-43a0-11eb-8096-29546d980f05.png) I found AxMsRdpClient9 control auto change its size when tab window goes to min from max(get bigger) for unknown reason, normal to min will not tiger this issue. So I stop resize callback when window status change to min until it restore.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#989
No description provided.