Updated Home (markdown)

StefanSchippers 2023-09-26 23:23:37 +02:00
parent 90c1595043
commit e35a2cf25c
1 changed files with 0 additions and 2 deletions

@ -1,5 +1,3 @@
## Just some explanations of how xschem handles selection / redrawing of objects.
The main problem is that if you select some objects xschem draws them in grey. When unselecting the grey areas must be restored. There are many approaches to do this.
1. redraw the whole screen when user unselects objects. This very inefficient, expecially is user selects only a small amount of the whole circuit.