Disabled instruction selection

This commit is contained in:
obscuren
2014-05-29 02:05:06 +02:00
parent f802e17626
commit 0b4c42d756
2 changed files with 3 additions and 2 deletions

View File

@ -224,8 +224,8 @@ ApplicationWindow {
}
function setInstruction(num) {
asmTableView.selection.clear()
asmTableView.selection.select(num)
//asmTableView.selection.clear()
//asmTableView.selection.select(num)
}
function setMem(mem) {