[bug]graphics=false needs to work in expert mode

This commit is contained in:
BigEd 2010-10-08 15:27:33 +00:00
parent cede111a0f
commit 66d42665a9
1 changed files with 1 additions and 0 deletions

View File

@ -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);