mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
reset entry selection on focus out
This commit is contained in:
parent
a710e5e893
commit
d1f9da795f
@ -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…
x
Reference in New Issue
Block a user