mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix backdrop being active for tooltips
This commit is contained in:
@@ -28,7 +28,8 @@ impl Tooltip<'_> {
|
||||
popup: Popup::new(parent_widget, ctx, anchor.into(), parent_layer)
|
||||
.kind(PopupKind::Tooltip)
|
||||
.gap(4.0)
|
||||
.sense(Sense::hover()),
|
||||
.sense(Sense::hover())
|
||||
.backdrop(false),
|
||||
parent_layer,
|
||||
parent_widget,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user