in LiberMagnus.AssetBrowser.Presentation\Resources\Themes\Default\Controls.xaml I found what appear to be errors. Can someone provide me with a sanity check?
On about line 2318 this setter property does not exist for a slider control
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="False"/>
On about line 217 the following setter can not be applied to the specified TargetType as there is no property TextElement
<Style x:Key="ForegroundHover" TargetType="{x:Type IFrameworkInputElement}">
<Setter Property="TextElement.Foreground" Value="#ff000000"/>
</Style>
Anyone?
Sincerely,
Kevon Houghton