Added forgotten invalidate after Label editing

pull/3/head
Olga Miller 2017-01-06 13:11:34 +01:00
rodzic 3d887e8822
commit fbdff4d944
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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