소스 검색

Disabled gradients in node color picker

Krzysztof Krysiński 6 달 전
부모
커밋
2300fad27f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/PixiEditor/Views/Nodes/Properties/ColorPropertyView.axaml
  2. 1 1
      src/colorpicker

+ 1 - 0
src/PixiEditor/Views/Nodes/Properties/ColorPropertyView.axaml

@@ -12,6 +12,7 @@
     <Grid HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Stretch'}}">
         <TextBlock VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}"/>
         <colorPicker:PortableColorPicker
+            EnableGradientsTab="False"
             PointerPressed="InputElement_OnPointerPressed"
             Width="40" Height="20"
             IsVisible="{Binding ShowInputField}"

+ 1 - 1
src/colorpicker

@@ -1 +1 @@
-Subproject commit e733a8607a538af3036c0e994dcdb8b03808b2fd
+Subproject commit ed2445317d2dd4a351367e468f02d05d5a3cf65f