mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[MSPAINT] Don't hide selection on zooming (#4266)
- Don't hide the selection window on zooming. - Move the selection window by calling placeSelWin() when zoomed. CORE-17969
This commit is contained in:
parent
fec440d8b8
commit
edf92c004d
4 changed files with 10 additions and 1 deletions
|
@ -36,7 +36,6 @@ zoomTo(int newZoom, int mouseX, int mouseY)
|
|||
|
||||
toolsModel.SetZoom(newZoom);
|
||||
|
||||
selectionWindow.ShowWindow(SW_HIDE);
|
||||
imageArea.MoveWindow(GRIP_SIZE, GRIP_SIZE, Zoomed(imageModel.GetWidth()), Zoomed(imageModel.GetHeight()), FALSE);
|
||||
scrollboxWindow.Invalidate(TRUE);
|
||||
imageArea.Invalidate(FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue