Bug #1330: Setted focus on new progress measurement after pressing on *Add measure*

This commit is contained in:
Lucia Garcia Fernandez 2012-01-27 15:42:29 +01:00 committed by Lorenzo Tilve Álvaro
parent 4e40c8e123
commit 3b576c56da

View file

@ -1087,6 +1087,7 @@ public class ManageOrderElementAdvancesController extends
}
}
});
value.focus();
}
private void appendLabelPercentage(final Listitem listitem) {