fix artifacts when using resize feature

git-svn-id: svn://kolibrios.org@9852 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2022-06-27 22:14:09 +00:00
parent 775a5af582
commit 0aaf601ced
1 changed files with 2 additions and 1 deletions

View File

@ -450,7 +450,8 @@ void event_scale()
$pop eax
main_image.image = EAX;
main_image.set_vars();
draw_canvas();
scroll_v.position = scroll_h.position = 0;
draw_content();
}
}