Merge pull request #1005

9cdfad3 Left Panel: seeds and keys not selected when open
This commit is contained in:
luigi1111 2018-03-13 16:11:59 -04:00
commit fd5e3dcecb
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -86,7 +86,7 @@ ApplicationWindow {
}
function sequencePressed(obj, seq) {
if(seq === undefined)
if(seq === undefined || !leftPanel.enabled)
return
if(seq === "Ctrl") {
ctrlPressed = true