Allow Ctrl+Shift+Z to redo in the tileset editor
This commit is contained in:
parent
64f9976d81
commit
cc16440336
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ TilesetEditor::TilesetEditor(Project *project, QString primaryTilesetLabel, QStr
|
|||
ui(new Ui::TilesetEditor)
|
||||
{
|
||||
this->init(project, primaryTilesetLabel, secondaryTilesetLabel);
|
||||
new QShortcut(QKeySequence("Ctrl+Shift+Z"), this, SLOT(on_actionRedo_triggered()));
|
||||
}
|
||||
|
||||
TilesetEditor::~TilesetEditor()
|
||||
|
|
Loading…
Reference in a new issue