Changed tooltip fade time from 100 to 0ms to fix tooltip glitching

This commit is contained in:
Ben Wallis 2020-11-27 19:51:45 +00:00
parent 9065d0ca02
commit 7ce0c7fc05

View File

@ -140,7 +140,7 @@ impl Ui {
let tooltip_manager = TooltipManager::new(
ui.widget_id_generator(),
Duration::from_millis(1),
Duration::from_millis(100),
Duration::from_millis(0),
scale.scale_factor_logical(),
);