add new line in the end of file
This commit is contained in:
parent
5114b52232
commit
ca9f164450
|
@ -180,3 +180,4 @@ def resize_window(window, w, h):
|
|||
if h > screen_h:
|
||||
h = screen_h
|
||||
window.resize(abs(w), abs(h))
|
||||
|
||||
|
|
Loading…
Reference in New Issue