Skip to content

Commit

Permalink
[PTRun]Workaround fix tooltip crash on .net 6 (#16629)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Feb 28, 2022
1 parent c428f07 commit b4250c1
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="1000">
ToolTipService.InitialShowDelay="0">
<Behaviors:Interaction.Triggers>
<Behaviors:EventTrigger EventName="MouseEnter">
<Behaviors:InvokeCommandAction Command="{Binding ActivateContextButtonsHoverCommand}"/>
Expand Down

0 comments on commit b4250c1

Please sign in to comment.