diff -r c1e5b9f19483 -r c74815729afd controls/LocationCellEditor.py --- a/controls/LocationCellEditor.py Thu Aug 17 17:25:17 2017 +0300 +++ b/controls/LocationCellEditor.py Fri Aug 18 12:36:31 2017 +0300 @@ -182,8 +182,8 @@ def SetSize(self, rect): self.CellControl.SetDimensions(rect.x + 1, rect.y, - rect.width, rect.height, - wx.SIZE_ALLOW_MINUS_ONE) + rect.width, rect.height, + wx.SIZE_ALLOW_MINUS_ONE) def Clone(self): return LocationCellEditor(self.Table, self.Controller)