mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
Remove need to call super-class on_resize method
This commit is contained in:
@@ -455,7 +455,6 @@ class UnicodeInput(Handler):
|
||||
self.quit_loop(1)
|
||||
|
||||
def on_resize(self, new_size):
|
||||
Handler.on_resize(self, new_size)
|
||||
self.refresh()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user