fix MsgBox of main_screen

This commit is contained in:
cuu 2018-05-29 05:54:40 +08:00
parent 5bcc26dab7
commit 3276d84ff8

View File

@ -67,7 +67,7 @@ class MessageBox(Label):
if row_total_width+space >= max_width:
x = 0 # Reset the x.
y += word_height # Start on new row.
row_total_width = 0
row_total_width = word_width
lines += word_height