From 08d84cbd6a73e0aba5cdedf116e4aa4563d3d7fc Mon Sep 17 00:00:00 2001 From: Martin Chrzan Date: Wed, 2 Dec 2020 09:01:19 +0100 Subject: [PATCH] Hiding remove context menu when there are no colors in the history --- .../colorPicker/ColorPickerUI/Views/ColorEditorView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml b/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml index 6081427901..c35fb2aa70 100644 --- a/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml +++ b/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml @@ -28,7 +28,7 @@ SelectedIndex="{Binding SelectedColorIndex}" ItemContainerStyle="{DynamicResource ColorHistoryListViewStyle}"> - +