Skip to content

Commit 09d0dd2

Browse files
authoredFeb 19, 2025
Merge pull request #6252 from IvenBach/issue5397_display_tooltip_immediately_to_inform_rename_prohibition_reason
Issue5397 display tooltip immediately to inform error reason
2 parents 25f46d9 + d55aece commit 09d0dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Rubberduck.Core/UI/Styles/DefaultStyle.xaml

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
</ControlTemplate>
136136
</Setter.Value>
137137
</Setter>
138+
<Setter Property="ToolTipService.InitialShowDelay">
139+
<Setter.Value>0</Setter.Value>
140+
</Setter>
138141
<Style.Triggers>
139142
<Trigger Property="Validation.HasError"
140143
Value="True">

0 commit comments

Comments
 (0)
Failed to load comments.