Browse Source

Fixed palette viewer > bug lol

Krzysztof Krysiński 3 months ago
parent
commit
d32ca2ce59
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/PixiEditor/Views/Palettes/PaletteViewer.axaml

+ 0 - 1
src/PixiEditor/Views/Palettes/PaletteViewer.axaml

@@ -122,7 +122,6 @@
                                                           DragDrop.AllowDrop="True" Color="{Binding}"
                                                           DragDrop.AllowDrop="True" Color="{Binding}"
                                                           Height="24" Width="24" CornerRadius="0"
                                                           Height="24" Width="24" CornerRadius="0"
                                                           DropCommand="{Binding ElementName=paletteControl, Path=DropColorCommand}">
                                                           DropCommand="{Binding ElementName=paletteControl, Path=DropColorCommand}">
-                                >
                                 <Interaction.Behaviors>
                                 <Interaction.Behaviors>
                                     <EventTriggerBehavior EventName="PointerReleased">
                                     <EventTriggerBehavior EventName="PointerReleased">
                                         <InvokeCommandAction
                                         <InvokeCommandAction