mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
Force redraw
This commit is contained in:
parent
1fab223cbf
commit
c201a35f1a
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ class ConvertSubprocessor(Subprocessor):
|
||||||
cfg.set_mode( key - ord('0') )
|
cfg.set_mode( key - ord('0') )
|
||||||
elif chr_key == '0':
|
elif chr_key == '0':
|
||||||
self.main_screen.toggle_checkerboard()
|
self.main_screen.toggle_checkerboard()
|
||||||
|
self.screen_manager.get_current()
|
||||||
elif chr_key == 'q':
|
elif chr_key == 'q':
|
||||||
cfg.add_hist_match_threshold(1 if not shift_pressed else 5)
|
cfg.add_hist_match_threshold(1 if not shift_pressed else 5)
|
||||||
elif chr_key == 'a':
|
elif chr_key == 'a':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue