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

Component Tree Item Can Be Overwritten By Operation #85

Closed jmwright closed 2 years ago

jmwright commented 2 years ago

This is a high-priority bug that makes the component unusable once it has happened.

Steps to reproduce:

  1. Add a new component
  2. Add a box (default settings)
  3. Double-click the component tree item to edit it
  4. Click Cancel in the Operations dialog
  5. Right click in the 3D view and add a faces >Z selector
  6. Click Ok
  7. Observe how the component tree item's text has been overwritten by the operation
jmwright commented 2 years ago

Fixed in d6d6b71