fix(pcell): use magic::load to switch cell context before painting

This commit is contained in:
Intubun 2026-05-21 10:37:45 +02:00
parent 1f19ac913f
commit c78a81aa56
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
magic::tech load __TECH__
proc make_rect {name width height} {
magic::cellname create $name
magic::load $name
magic::box 0 0 $width $height
magic::paint m1
magic::save /work/$name