Skip to content
Discussion options

You must be logged in to vote

Looks like minimizing, unminimizing, then maximizing and unmaximizing solved the problem.

  main_window.minimize().unwrap();
  main_window.unminimize().unwrap();

  main_window.maximize().unwrap();
  main_window.unmaximize().unwrap();

Result:

Replies: 5 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@PacifiK2460
Comment options

@dohabristy
Comment options

Comment options

You must be logged in to vote
1 reply
@PacifiK2460
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by PacifiK2460
Comment options

You must be logged in to vote
6 replies
@zlstringham
Comment options

@FabianLars
Comment options

@zlstringham
Comment options

@FabianLars
Comment options

@amrbashir
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants