7BIndustries / Semblage

Semblage is an open source CAD GUI backed by a programmatic CAD API named CadQuery.
https://semblage.7bindustries.com/en/latest/
GNU Lesser General Public License v2.1
48 stars 3 forks source link

Reordering History Tree Items is Having No Effect #61

Closed jmwright closed 3 years ago

jmwright commented 3 years ago

When pressing the up and down buttons on the History tree, the items in the tree move, but if the component is saved to a file the original ordering persists. This is probably a case of the GUI tree getting out of sync with the back end data structure.

jmwright commented 3 years ago

Fixed in commit 9a617555884f78a8560a33938e8aa36beb8da1d0

jmwright commented 3 years ago

The whole interaction system with the component and parameters has been reworked to be based on right clicks and drag-and-drop, so this should not be an issue anymore.