Skip to content

Commit

Permalink
Merge pull request #4089 from Jojo-Schmitz/undo-redo
Browse files Browse the repository at this point in the history
fix #277736: Undo/Redo buttons switched places unexpectedly in Toolbar
  • Loading branch information
anatoly-os committed Nov 2, 2018
2 parents 5b06d8d + 8ee1b33 commit c864dda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ const std::list<const char*> MuseScore::_allFileOperationEntries {
"file-open",
"file-save",
"print",
"redo",
"undo"
"undo",
"redo"
};

const std::list<const char*> MuseScore::_allPlaybackControlEntries {
Expand Down
Binary file modified share/workspaces/Advanced.workspace
Binary file not shown.
Binary file modified share/workspaces/Basic.workspace
Binary file not shown.

0 comments on commit c864dda

Please sign in to comment.