Fixed a problem with message popup
This commit is contained in:
parent
78137540f2
commit
e4a4f0eb4a
@ -342,4 +342,4 @@ class MessagePopup(Popup):
|
|||||||
def handle_resize(self):
|
def handle_resize(self):
|
||||||
Popup.handle_resize(self)
|
Popup.handle_resize(self)
|
||||||
self.clear()
|
self.clear()
|
||||||
self._lines = self._split_message()
|
self._lines = format_utils.wrap_string(self.message,self.width-2,3,True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user