[Bug #731] Fixing bug invalidating TaskComponent.

FEA: ItEr63S03BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2010-11-18 12:22:30 +01:00
parent 9a9936e4f9
commit b17cfeb551

View file

@ -214,6 +214,7 @@ public class TaskComponent extends Div implements AfterCompose {
// FIXME: Refactorize to another listener
updateDeadline();
invalidate();
}
};