Added forgotten invalidate after Label editing

This commit is contained in:
Olga Miller 2017-01-06 13:11:34 +01:00
parent 3d887e8822
commit fbdff4d944

View file

@ -413,6 +413,7 @@ public class CropView extends ImageView {
public void editLabelEnd(Label label) { public void editLabelEnd(Label label) {
mLabelCollection.editLabelEnd(label); mLabelCollection.editLabelEnd(label);
invalidate();
} }
public LabelCollection getLabels() { public LabelCollection getLabels() {