mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-04-05 22:35:39 +00:00
Added forgotten invalidate after Label editing
This commit is contained in:
parent
3d887e8822
commit
fbdff4d944
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue