mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-22 12:29:20 +00:00
[BUG]Animate checkbox not initialized
This commit is contained in:
parent
df6aaa392c
commit
4b19e21e66
@ -279,6 +279,7 @@ function updateChipLayoutVisibility(isOn){
|
||||
document.getElementById('nochip').style.display = 'none';
|
||||
document.getElementById('logstreamscroller').style.height="260px";
|
||||
// allow the display to update while we load the graphics
|
||||
updateChipLayoutAnimation(true);
|
||||
setStatus('loading graphics...');
|
||||
setTimeout(setupChipLayoutGraphics, 0);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user