mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reset entry selection on focus out
This commit is contained in:
parent
a710e5e893
commit
d1f9da795f
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ impl Widget {
|
||||||
this.set_secondary_icon_name(Some("pan-end-symbolic"));
|
this.set_secondary_icon_name(Some("pan-end-symbolic"));
|
||||||
} else {
|
} else {
|
||||||
this.set_secondary_icon_name(None);
|
this.set_secondary_icon_name(None);
|
||||||
|
this.select_region(0, 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue