mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
f900fa80b1
commit
73427db470
@ -63,7 +63,7 @@ impl Widget {
|
|||||||
// to simply overwrite current request with new value
|
// to simply overwrite current request with new value
|
||||||
// Note:
|
// Note:
|
||||||
// * Custom GestureClick is not an option here, as GTK Entry has default controller
|
// * 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 test
|
// * This is experimental feature as does not follow native GTK behavior @TODO make optional
|
||||||
if !has_focus.take()
|
if !has_focus.take()
|
||||||
&& state.contains(StateFlags::ACTIVE | StateFlags::FOCUS_WITHIN)
|
&& state.contains(StateFlags::ACTIVE | StateFlags::FOCUS_WITHIN)
|
||||||
&& this.selection_bounds().is_none()
|
&& this.selection_bounds().is_none()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user