wrong key?

This commit is contained in:
jh 2019-09-12 15:58:40 -07:00
commit 62ff23925a

View file

@ -409,7 +409,7 @@ class ConvertSubprocessor(Subprocessor):
cfg.set_mode(0)
elif key >= ord('1') and key <= ord('9'):
cfg.set_mode( key - ord('0') )
elif chr_key == '0':
elif key == ord('0'):
self.main_screen.toggle_checkerboard()
self.main_screen.show(True)
elif chr_key == 'q':