diff -r c02818d7e29f -r 7e61baa047f0 controls/LocationCellEditor.py --- a/controls/LocationCellEditor.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/LocationCellEditor.py Mon Aug 14 23:27:15 2017 +0300 @@ -26,6 +26,7 @@ from dialogs.BrowseLocationsDialog import BrowseLocationsDialog + class LocationCellControl(wx.PyControl): ''' @@ -133,6 +134,7 @@ def SetFocus(self): self.Location.SetFocus() + class LocationCellEditor(wx.grid.PyGridCellEditor): ''' Grid cell editor that uses LocationCellControl to display a browse button.