mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[PTRun]Workaround fix tooltip crash on .net 6 (#16629)
This commit is contained in:
@@ -190,7 +190,7 @@
|
|||||||
Width="642"
|
Width="642"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
ToolTipService.BetweenShowDelay="0"
|
ToolTipService.BetweenShowDelay="0"
|
||||||
ToolTipService.InitialShowDelay="1000">
|
ToolTipService.InitialShowDelay="0">
|
||||||
<Behaviors:Interaction.Triggers>
|
<Behaviors:Interaction.Triggers>
|
||||||
<Behaviors:EventTrigger EventName="MouseEnter">
|
<Behaviors:EventTrigger EventName="MouseEnter">
|
||||||
<Behaviors:InvokeCommandAction Command="{Binding ActivateContextButtonsHoverCommand}"/>
|
<Behaviors:InvokeCommandAction Command="{Binding ActivateContextButtonsHoverCommand}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user