Fixed a problem with message popup

This commit is contained in:
Asmageddon 2012-07-01 23:16:52 +02:00
parent 78137540f2
commit e4a4f0eb4a

View file

@ -342,4 +342,4 @@ class MessagePopup(Popup):
def handle_resize(self):
Popup.handle_resize(self)
self.clear()
self._lines = self._split_message()
self._lines = format_utils.wrap_string(self.message,self.width-2,3,True)