mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-21 21:29:16 +00:00
[bug]graphics=false needs to work in expert mode
This commit is contained in:
parent
cede111a0f
commit
66d42665a9
1
wires.js
1
wires.js
@ -130,6 +130,7 @@ function hexdigit(n){return '0123456789ABCDEF'.charAt(n);}
|
||||
/////////////////////////
|
||||
|
||||
function refresh(){
|
||||
if(typeof chipLayoutIsVisible == undefined || !chipLayoutIsVisible) return;
|
||||
ctx.clearRect(0,0,grCanvasSize,grCanvasSize);
|
||||
for(i in nodes){
|
||||
if(isNodeHigh(i)) overlayNode(nodes[i].segs);
|
||||
|
Loading…
Reference in New Issue
Block a user