We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88b3bd commit b7c1230Copy full SHA for b7c1230
src/DynamoCoreWpf/Controls/InPortContextMenu.xaml
@@ -128,8 +128,8 @@
128
HorizontalAlignment="Left"
129
Command="{Binding Path=EditPortPropertiesCommand}"
130
Content="{x:Static p:Resources.RenamePortPopupMenuItem}"
131
- IsEnabled="{Binding RenameNodeButtonEnabled, UpdateSourceTrigger=PropertyChanged}"
132
- Visibility="{Binding RenameNodeButtonEnabled, UpdateSourceTrigger=PropertyChanged, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}"
+ IsEnabled="{Binding IsPythonNodePort, UpdateSourceTrigger=PropertyChanged}"
+ Visibility="{Binding IsPythonNodePort, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}"
133
Style="{StaticResource PopupButtonStyle}" />
134
135
</StackPanel>
0 commit comments