diff --git a/npyscreen/wgmultiline.py b/npyscreen/wgmultiline.py index cd5990c..57e62f5 100755 --- a/npyscreen/wgmultiline.py +++ b/npyscreen/wgmultiline.py @@ -691,7 +691,7 @@ def centerValues(self): def update(self, clear=True): #we look this up a lot. Let's have it here. if self.autowrap: - self.setValuesWrap(list(self.values)) + self.setValuesWrap(list(self.display_value(l) for l in self.values)) if self.center: self.centerValues()