# HG changeset patch # User Magnus Schieder # Date 1525884982 -7200 # Node ID 63ce8e017828ea706b9358964d604ba6589b9f4b # Parent 1855b1ef283416cd749e019d102f218dc753ce5d Updates the project time when the entrie time is adjusted. diff -r 1855b1ef2834 -r 63ce8e017828 getan/states.py --- a/getan/states.py Wed May 09 16:57:32 2018 +0200 +++ b/getan/states.py Wed May 09 18:56:22 2018 +0200 @@ -920,6 +920,7 @@ self.controller.update_entry(entry) self.view.node_in_focus().update() + self.controller.view.proj_list.update_rows() return self.exit() def exit(self):