Skip to content

Commit

Permalink
added skill selection menus
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfds committed Jun 1, 2024
1 parent 76142ca commit a5df6d2
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 114 deletions.
2 changes: 1 addition & 1 deletion src/Avalonia/Core/Controls/MapsControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Padding="2"
ItemsSource="{Binding MapsList}"
SelectedItem="{Binding SelectedAddon}"
PointerPressed="ListBoxEmptySpaceClicked">
PointerPressed="OnListBoxEmptySpaceClicked">

<ListBox.ItemsPanel>
<ItemsPanelTemplate>
Expand Down
Loading

0 comments on commit a5df6d2

Please sign in to comment.