-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
- create a layer
- create a box on the layer
- delete the layer
- press undo
- create new layer
After those steps , I found the box is changing into the new layer
I thought there is something wrong of dbLayoutLayers.cc:263(LayoutLayers::do_insert_layer).
Maybe m_free_indices should find the index and remove it.
Reactions are currently unavailable