resize&shortcuts #25

Manually merged
CodeSteak merged 16 commits from resize into master 2019-06-12 19:11:15 +02:00
Showing only changes of commit 36c4805061 - Show all commits

View File

@ -82,6 +82,10 @@ class MainView : View("TextureSync") {
mvc.updateTags()
}
//keyboard actions
shortcut("Ctrl+I") {
mvc.btnImportAction()
}
}
}