Automatically reset cursor style when hit test changes (#9289)
Release Notes: - N/A Co-authored-by: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
7f0e373358
commit
139bb3275a
3 changed files with 22 additions and 22 deletions
|
@ -79,7 +79,7 @@ impl Hitbox {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Eq, PartialEq)]
|
||||
pub(crate) struct HitTest(SmallVec<[HitboxId; 8]>);
|
||||
|
||||
pub(crate) struct DeferredDraw {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue