Fix push issue due to merge errors

This commit is contained in:
vladest 2018-02-27 16:42:30 +01:00
parent b7f146fd47
commit 90b891dbc3

View file

@ -22,8 +22,7 @@ ColumnLayout {
signal sendToScript(var message);
function pushSource(path) {
editRoot.push(Qt.resolvedUrl("../../" + path));
editStack.push(Qt.resolvedUrl(path));
editStack.push(Qt.resolvedUrl("../../" + path));
editStack.currentItem.sendToScript.connect(editRoot.sendToScript);
}