Skip to content

Commit b657f37

Browse files
authored
Merge pull request #1968 from Hosch250/Issue1961
Fix broken bindings
2 parents 83fed1d + 93bba36 commit b657f37

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

RetailCoder.VBE/UI/CodeExplorer/CodeExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
IsCheckable="True" />
697697
</MenuItem>
698698
</Menu>
699-
<ToggleButton Name="DisplaySignatures" IsEnabled="{Binding CanRefresh}" ToolTip="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=CodeExplorer_ShowSignaturesToolTip}" IsChecked="True">
699+
<ToggleButton Name="DisplaySignatures" ToolTip="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=CodeExplorer_ShowSignaturesToolTip}" IsChecked="True">
700700
<Image Height="16" Source="../../Resources/Custom/PNG/DisplayFullSignature.png" />
701701
</ToggleButton>
702702

RetailCoder.VBE/UI/SourceControl/SourceControlView.xaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,6 @@
724724
Margin="0,-57,-7.8,0"
725725
Width="16"
726726
Visibility="{Binding IsNotValidPublishRemotePath, Converter={StaticResource BoolToVisibility}}" />
727-
<Image Source="{StaticResource ErrorImage}"
728-
HorizontalAlignment="Right"
729-
Margin="0,-57,-7.8,0"
730-
Width="16"
731-
Visibility="{Binding IsNotValidBranchName, Converter={StaticResource BoolToVisibility}}" />
732727
<Grid Grid.IsSharedSizeScope="True"
733728
HorizontalAlignment="Right">
734729
<Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)