Fix 'load' button

This commit is contained in:
Brad Davis 2016-01-12 13:17:06 -08:00
parent 2ed54d8ea7
commit e7bfcba44f

View file

@ -229,6 +229,7 @@ Window {
anchors.right: parent.right
text: "Load"
enabled: selectedScript.text != ""
onClicked: root.loadScript(selectedScript.text)
}
}
}