# HG changeset patch # User laurent # Date 1333192604 -7200 # Node ID 6ea5c76ea7bc1e366ed2f75b11ccb194927ccc9d # Parent 3c4e0d4f7a61d2fa8b87fee8daf0b65f512bc0c8 Fix bug with DurationCellEditor value not saved when modified diff -r 3c4e0d4f7a61 -r 6ea5c76ea7bc controls/DurationCellEditor.py --- a/controls/DurationCellEditor.py Sat Mar 31 13:14:53 2012 +0200 +++ b/controls/DurationCellEditor.py Sat Mar 31 13:16:44 2012 +0200 @@ -140,7 +140,7 @@ if changed: self.Table.SetValueByName(row, 'Interval', duration) self.CellControl.Disable() - return False + return changed def SetSize(self, rect): self.CellControl.SetDimensions(rect.x + 1, rect.y,