reset entry selection on focus out

This commit is contained in:
yggverse 2024-12-11 09:31:08 +02:00
parent a710e5e893
commit d1f9da795f

View File

@ -66,6 +66,7 @@ impl Widget {
this.set_secondary_icon_name(Some("pan-end-symbolic"));
} else {
this.set_secondary_icon_name(None);
this.select_region(0, 0);
}
});