From e35a2cf25c07c34144a1617e78a3ce3b84dabaaf Mon Sep 17 00:00:00 2001 From: StefanSchippers <69359491+StefanSchippers@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:23:37 +0200 Subject: [PATCH] Updated Home (markdown) --- ...s-of-how-xschem-handles-selection---redrawing-of-objects..md | 2 -- 1 file changed, 2 deletions(-) rename Home.md => Some-explanations-of-how-xschem-handles-selection---redrawing-of-objects..md (97%) diff --git a/Home.md b/Some-explanations-of-how-xschem-handles-selection---redrawing-of-objects..md similarity index 97% rename from Home.md rename to Some-explanations-of-how-xschem-handles-selection---redrawing-of-objects..md index 7bc6770..a0d2548 100644 --- a/Home.md +++ b/Some-explanations-of-how-xschem-handles-selection---redrawing-of-objects..md @@ -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.