Skip to content

Commit a5df6d2

Browse files
committed
added skill selection menus
1 parent 76142ca commit a5df6d2

File tree

7 files changed

+338
-114
lines changed

7 files changed

+338
-114
lines changed

src/Avalonia/Core/Controls/MapsControl.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Padding="2"
4242
ItemsSource="{Binding MapsList}"
4343
SelectedItem="{Binding SelectedAddon}"
44-
PointerPressed="ListBoxEmptySpaceClicked">
44+
PointerPressed="OnListBoxEmptySpaceClicked">
4545

4646
<ListBox.ItemsPanel>
4747
<ItemsPanelTemplate>

0 commit comments

Comments
 (0)