Skip to content

Commit

Permalink
added missing input binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt32 committed Nov 24, 2023
1 parent 34e0257 commit 3228777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Asn1Editor/Views/UserControls/OidEditorUC.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
MaxHeight="2000"
BorderThickness="0,1"
Margin="0,7,0,0">
<ListView.InputBindings>
<KeyBinding Key="Delete" Command="{Binding RemoveOidCommand}"/>
</ListView.InputBindings>
<ListView.Resources>
<Style TargetType="ListViewItem" BasedOn="{StaticResource {x:Type ListViewItem}}">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
Expand Down

0 comments on commit 3228777

Please sign in to comment.