controls/DurationCellEditor.py
changeset 1865 0bd5b3099144
parent 1836 d42b6cf00fa6
child 1881 091005ec69c4
equal deleted inserted replaced
1864:9e64afb38963 1865:0bd5b3099144
   140         self.CellControl.SetDimensions(rect.x + 1, rect.y,
   140         self.CellControl.SetDimensions(rect.x + 1, rect.y,
   141                                        rect.width, rect.height,
   141                                        rect.width, rect.height,
   142                                        wx.SIZE_ALLOW_MINUS_ONE)
   142                                        wx.SIZE_ALLOW_MINUS_ONE)
   143 
   143 
   144     def Clone(self):
   144     def Clone(self):
   145         return DurationCellEditor(self.Table)
   145         return DurationCellEditor(self.Table, self.Colname)