mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
Update preview on zoom
This commit is contained in:
parent
7e32f2df20
commit
5e033ae8bf
1 changed files with 2 additions and 1 deletions
|
@ -379,9 +379,10 @@ def main(args, device_args):
|
|||
update_preview = True
|
||||
elif key == ord('-'):
|
||||
zoom = zoom.prev()
|
||||
pass
|
||||
update_preview = True
|
||||
elif key == ord('=') or key == ord('+'):
|
||||
zoom = zoom.next()
|
||||
update_preview = True
|
||||
try:
|
||||
io.process_messages(0.1)
|
||||
except KeyboardInterrupt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue