mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
Finally found a nice way to draw arcs in the GUI.
- we freed a package's samples list after recalculating the number of samples, which caused a crash after adding a new vector. We now record the original list length in the package structure. - when dragging a circle, offer the end point first, so that it becomes an arc git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5480 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
1
TODO
1
TODO
@@ -35,7 +35,6 @@ Bugs:
|
||||
- whenever we call parse_* for input parsing, we may leak lots of expressions
|
||||
- can't edit measurement labels through the GUI
|
||||
- r of rpads is misleading, particularly if we have a circle
|
||||
- we can't enter an arc through the GUI / can't convert a circle to an arc
|
||||
- using variables in a measurement offset causes a crash because evaluation
|
||||
takes place after all table entries have been visited
|
||||
|
||||
|
||||
Reference in New Issue
Block a user