fix mouse handling of combobox property editor, null background does not work with mouse hover
This commit is contained in:
Родитель
46904029ce
Коммит
5a8d8aa3a9
|
@ -5,7 +5,7 @@
|
|||
xmlns:local="clr-namespace:ICSharpCode.WpfDesign.Designer.Controls"
|
||||
BorderThickness="0"
|
||||
SelectedValue="{Binding DesignerValue}"
|
||||
Background="{x:Null}"
|
||||
Background="Transparent"
|
||||
Focusable="False"
|
||||
IsNullable="False"
|
||||
VirtualizingStackPanel.ScrollUnit="Pixel"
|
||||
|
|
Загрузка…
Ссылка в новой задаче