BHoM / BHoM_UI

GNU Lesser General Public License v3.0
9 stars 5 forks source link

BHoM_UI: Can't Ctrl+Z "past" a explode component #281

Closed kThorsager closed 4 years ago

kThorsager commented 4 years ago

Description:

I placed a explode component on the canvas, then tried to Ctrl+Z to undo it, but the explode component does not disappear and nothing else does either.

Steps to reproduce:

Had this setup in Grasshopper, seems to work for any exploded object, but have not tested for other UIs

image

Expected behaviour:

Test file(s):

adecler commented 4 years ago

Thanks @kThorsager . Luckily it is only affecting the Explode component itself. Any Ctrl+z after that will still revert the last actions. So I think it is ok to solve it in 3.3

adecler commented 4 years ago

This will be fixed once the UI refactoring PR is merged (https://github.com/BHoM/BHoM_UI/pull/297)

Explode_CtrlZBug