Change price column to use new method

This commit is contained in:
Ebag333
2017-04-13 12:00:16 -07:00
committed by blitzmann
parent 711537dcf4
commit 0079f76f67
2 changed files with 3 additions and 3 deletions

View File

@@ -481,6 +481,7 @@ class FittingView(d.Display):
# This only happens when turning on/off slot divisions
self.populate(self.mods)
self.refresh(self.mods)
self.Refresh()
self.Show(self.activeFitID is not None and self.activeFitID == event.fitID)
except wx._core.PyDeadObjectError: