mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-05-03 22:41:29 +08:00
fix: fix the shake of ColorSpectrum's thumb.
This commit is contained in:
@@ -622,7 +622,6 @@
|
|||||||
AutomationProperties.Name="Hexadecimal Color"
|
AutomationProperties.Name="Hexadecimal Color"
|
||||||
InnerLeftContent="#"
|
InnerLeftContent="#"
|
||||||
IsVisible="{Binding #ColorModelComboBox.SelectedValue, Converter={StaticResource ToColorModel}, ConverterParameter=Hex}"
|
IsVisible="{Binding #ColorModelComboBox.SelectedValue, Converter={StaticResource ToColorModel}, ConverterParameter=Hex}"
|
||||||
Text="{Binding #ColorSpectrum.Color, Converter={StaticResource ColorToHexConverter}, Mode=TwoWay}"
|
|
||||||
MaxLength="8" />
|
MaxLength="8" />
|
||||||
<TextBox
|
<TextBox
|
||||||
x:Name="PART_HsvaTextBox"
|
x:Name="PART_HsvaTextBox"
|
||||||
|
|||||||
@@ -648,7 +648,6 @@
|
|||||||
AutomationProperties.Name="Hexadecimal Color"
|
AutomationProperties.Name="Hexadecimal Color"
|
||||||
InnerLeftContent="#"
|
InnerLeftContent="#"
|
||||||
IsVisible="{Binding #ColorModelComboBox.SelectedValue, Converter={StaticResource ToColorModel}, ConverterParameter=Hex}"
|
IsVisible="{Binding #ColorModelComboBox.SelectedValue, Converter={StaticResource ToColorModel}, ConverterParameter=Hex}"
|
||||||
Text="{Binding #ColorSpectrum.Color, Converter={StaticResource ColorToHexConverter}, Mode=TwoWay}"
|
|
||||||
MaxLength="8" />
|
MaxLength="8" />
|
||||||
<TextBox
|
<TextBox
|
||||||
x:Name="PART_HsvaTextBox"
|
x:Name="PART_HsvaTextBox"
|
||||||
|
|||||||
Reference in New Issue
Block a user