Skip to content

Commit

Permalink
clear resizing popup after leaving fullscreen and moving (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Sep 16, 2019
1 parent 7379efd commit e6a78ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/winmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,7 @@ static struct {

when WM_MOVING:
trace_resize(("# WM_MOVING VK_SHIFT %02X\n", (uchar)GetKeyState(VK_SHIFT)));
win_destroy_tip();
zoom_token = -4;
moving = true;

Expand Down
1 change: 1 addition & 0 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Window handling
* Fixed sixel image list handling (#905).
* Optimized sixel image rendering if overlapped (#905).
* Dark colour theme support in scrollbar (mintty/wsltty#157).
* Clear resizing popup after leaving fullscreen and moving (#913).

Other
* Cache emoji image data (speedup emoji display).
Expand Down

0 comments on commit e6a78ee

Please sign in to comment.