mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-01-05 08:10:00 +01:00
Added forgotten invalidate after Label editing
This commit is contained in:
parent
3d887e8822
commit
fbdff4d944
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue