Show idle cursor when hovering a disabled Button
This commit is contained in:
parent
754b8f819e
commit
b5d842f877
@ -103,7 +103,7 @@ where
|
|||||||
} else {
|
} else {
|
||||||
content
|
content
|
||||||
},
|
},
|
||||||
if is_mouse_over {
|
if is_mouse_over && !is_disabled {
|
||||||
mouse::Interaction::Pointer
|
mouse::Interaction::Pointer
|
||||||
} else {
|
} else {
|
||||||
mouse::Interaction::default()
|
mouse::Interaction::default()
|
||||||
|
Loading…
Reference in New Issue
Block a user