diff -r 624b9694cb0d -r 08e4394ff4fb controls/EnhancedStatusBar.py --- a/controls/EnhancedStatusBar.py Wed Aug 16 15:18:57 2017 +0300 +++ b/controls/EnhancedStatusBar.py Wed Aug 16 16:37:45 2017 +0300 @@ -238,7 +238,8 @@ try: self.RemoveChild(self._items[pos].widget) self._items[pos].widget.Destroy() - except KeyError: pass + except KeyError: + pass self._items[pos] = EnhancedStatusBarItem(widget, pos, horizontalalignment, verticalalignment)