Skip to content

Commit

Permalink
Add back missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Jan 11, 2025
1 parent a43040e commit 99ea0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/hit_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use ahash::HashMap;

use emath::TSTransform;

use crate::{ahash, emath, Id, LayerId, Pos2, Rect, WidgetRect, WidgetRects};
use crate::{ahash, emath, Id, LayerId, Pos2, Rect, Sense, WidgetRect, WidgetRects};

/// Result of a hit-test against [`WidgetRects`].
///
Expand Down

0 comments on commit 99ea0ab

Please sign in to comment.