Skip to content

Commit 5381f60

Browse files
committed
Immediately display rename prohibition tooltip
Show the reason why the rename is prohibited to avoid the user having to wait for the tooltip to be shown, default time is ~1second.
1 parent 1bcc6df commit 5381f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/Refactorings/Rename/RenameView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
Height="22"
3939
VerticalAlignment="Top"
4040
VerticalContentAlignment="Center"
41+
ToolTipService.InitialShowDelay="0"
4142
HorizontalAlignment="Stretch" />
4243
</Grid>
4344
<Grid Grid.Row="2" Background="{x:Static SystemColors.ControlDarkBrush}" Grid.IsSharedSizeScope="True">

0 commit comments

Comments
 (0)