mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update comment
This commit is contained in:
parent
73427db470
commit
8e501fb34f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ impl Widget {
|
|||
// to simply overwrite current request with new value
|
||||
// Note:
|
||||
// * Custom GestureClick is not an option here, as GTK Entry has default controller
|
||||
// * This is experimental feature as does not follow native GTK behavior @TODO make optional
|
||||
// * This is experimental feature does not follow native GTK behavior @TODO make optional
|
||||
if !has_focus.take()
|
||||
&& state.contains(StateFlags::ACTIVE | StateFlags::FOCUS_WITHIN)
|
||||
&& this.selection_bounds().is_none()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue