diff --git a/gui/PFListPane.py b/gui/PFListPane.py index c19a41065..904df8f79 100644 --- a/gui/PFListPane.py +++ b/gui/PFListPane.py @@ -148,8 +148,7 @@ class PFListPane(wx.ScrolledWindow): itemX,itemY = self._wList[i].GetPosition() self._wList[i].SetSize((cwidth, iheight)) if doRefresh == True: - if itemY >=-iheight and itemY< clientH: - self._wList[i].Refresh() + self._wList[i].Refresh() if doFocus: self.SetFocus()