Skip to content

Commit

Permalink
Revert "[PTRun]Workaround fix tooltip crash on .net 6 (microsoft#16629)"
Browse files Browse the repository at this point in the history
This reverts commit b4250c1.
  • Loading branch information
jaimecbernardo committed Mar 14, 2022
1 parent d66fac3 commit f2f329e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/launcher/PowerLauncher/ResultList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
Width="642"
Background="Transparent"
ToolTipService.BetweenShowDelay="0"
ToolTipService.InitialShowDelay="0">
ToolTipService.InitialShowDelay="1000">
<Behaviors:Interaction.Triggers>
<Behaviors:EventTrigger EventName="MouseEnter">
<Behaviors:InvokeCommandAction Command="{Binding ActivateContextButtonsHoverCommand}"/>
Expand Down

0 comments on commit f2f329e

Please sign in to comment.