Browse Source

Fixed top-most icon

CPKreuz 2 years ago
parent
commit
38f4db43b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor/Views/UserControls/Layers/ReferenceLayer.xaml

+ 1 - 1
src/PixiEditor/Views/UserControls/Layers/ReferenceLayer.xaml

@@ -136,7 +136,7 @@
                             RenderOptions.BitmapScalingMode="HighQuality"
                             Width="20" Height="20" HorizontalAlignment="Right">
                         <Button.Background>
-                            <ImageBrush ImageSource="{Binding Document.ReferenceLayerViewModel.ShowHighest, ElementName=uc, Converter={converters:BoolToValueConverter FalseValue='Images/ReferenceLayerAbove.png', TrueValue='Images/ReferenceLayerBelow.png'}}"/>
+                            <ImageBrush ImageSource="{Binding Document.ReferenceLayerViewModel.ShowHighest, ElementName=uc, Converter={converters:BoolToValueConverter FalseValue='Images/ReferenceLayerBelow.png', TrueValue='Images/ReferenceLayerAbove.png'}}"/>
                         </Button.Background>
                     </Button>
                     <TextBlock IsEnabled="{Binding ElementName=uc, Path=IsEnabled}" HorizontalAlignment="Center"