From b4250c123573455c8528111438a82e2cb97ba2a7 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Mon, 28 Feb 2022 15:24:24 +0000 Subject: [PATCH] [PTRun]Workaround fix tooltip crash on .net 6 (#16629) --- src/modules/launcher/PowerLauncher/ResultList.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml index 38725a1d99ff..6212220eaa62 100644 --- a/src/modules/launcher/PowerLauncher/ResultList.xaml +++ b/src/modules/launcher/PowerLauncher/ResultList.xaml @@ -190,7 +190,7 @@ Width="642" Background="Transparent" ToolTipService.BetweenShowDelay="0" - ToolTipService.InitialShowDelay="1000"> + ToolTipService.InitialShowDelay="0">