mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fixed a problem with message popup
This commit is contained in:
parent
78137540f2
commit
e4a4f0eb4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue