Прозрачность в колорпикере

This commit is contained in:
2026-03-29 17:54:43 +03:00
parent e7546f9d12
commit 0484aeae31

View File

@@ -85,7 +85,7 @@
<TextBlock Text="Color:" VerticalAlignment="Center"/>
<ColorPicker x:Name="ToolColorPicker"
Color="{Binding Editor.PreviewColor, Mode=TwoWay}"
IsAlphaVisible="False"
IsAlphaVisible="True"
VerticalAlignment="Center"/>
</StackPanel>
</Border>