mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-02-14 03:14:13 +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) {
|
||||
mLabelCollection.editLabelEnd(label);
|
||||
invalidate();
|
||||
}
|
||||
|
||||
public LabelCollection getLabels() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue