Skip to content

Commit

Permalink
fix: change popupMode to MouseOver for Style "MyNet.Styles.DropDownBu…
Browse files Browse the repository at this point in the history
…tton.Icon.MouseOver.Foreground"
  • Loading branch information
sandre58 committed Jun 21, 2024
1 parent b3e272b commit 038ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNet.Wpf/Styles/MyNet.DropDownButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
<Setter Property="Cursor" Value="Arrow" />
<Setter Property="PlacementMode" Value="RightAndAlignMiddles" />
<Setter Property="PopupAnimation" Value="Fade" />
<Setter Property="PopupMode" Value="MouseOverEager" />
<Setter Property="PopupMode" Value="MouseOver" />
<Setter Property="ShowDropDownButton" Value="False" />
<Setter Property="StaysOpen" Value="True" />
</Style>
Expand Down

0 comments on commit 038ddac

Please sign in to comment.