Skip to content

Commit

Permalink
Merge pull request #30 from hozuki/sd-edit-update
Browse files Browse the repository at this point in the history
SD edition update
  • Loading branch information
hozuki committed Mar 3, 2017
2 parents dc2fb54 + bf7a216 commit 0aed20c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ partial class MainWindow {
public static readonly ICommand CmdEditNoteStartPosition4 = CommandHelper.RegisterCommand("Ctrl+4");
public static readonly ICommand CmdEditNoteStartPosition5 = CommandHelper.RegisterCommand("Ctrl+5");
public static readonly ICommand CmdEditNoteDelete = CommandHelper.RegisterCommand("Delete");
public static readonly ICommand CmdEditNoteSetSlideTypeToFlick = CommandHelper.RegisterCommand();
public static readonly ICommand CmdEditNoteSetSlideTypeToSlide = CommandHelper.RegisterCommand();
public static readonly ICommand CmdEditNoteSetSlideTypeToFlick = CommandHelper.RegisterCommand("Ctrl+Shift+L");
public static readonly ICommand CmdEditNoteSetSlideTypeToSlide = CommandHelper.RegisterCommand("Ctrl+L");

private void CmdEditNoteAdd_CanExecute(object sender, CanExecuteRoutedEventArgs e) {
e.CanExecute = Editor.HasSingleSelectedScoreBar && false;
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://www.appveyor.com/docs/appveyor-yml/

version: 0.7.1.{build}
version: 0.7.3.{build}
branches:
only:
- master
Expand Down

0 comments on commit 0aed20c

Please sign in to comment.