Browse Source

Update context menu palette color cursor

Krzysztof Krysiński 3 years ago
parent
commit
c28cc20b83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/Views/MainWindow.xaml

+ 1 - 1
PixiEditor/Views/MainWindow.xaml

@@ -328,7 +328,7 @@
                                                                         </ItemsControl.ItemsPanel>
                                                                         <ItemsControl.ItemTemplate>
                                                                             <DataTemplate>
-                                                                                <palettes:PaletteColor CornerRadius="0" ToolTip="Click to select as main color." Width="22" Height="22" Color="{Binding}">
+                                                                                <palettes:PaletteColor Cursor="Hand" CornerRadius="0" ToolTip="Click to select as main color." Width="22" Height="22" Color="{Binding}">
                                                                                     <b:Interaction.Triggers>
                                                                                         <b:EventTrigger EventName="MouseLeftButtonUp">
                                                                                             <b:InvokeCommandAction