Artelia / Mesh_tools

GNU General Public License v3.0
7 stars 4 forks source link

Do not erase current widget when opening a new tool #16

Open nicogodet opened 2 years ago

nicogodet commented 2 years ago

Currently, if a tool is opened (like culvert manager) and a new tool is opened, the new tool's widget will delete the existing one.

It should not delete the existing widget. We should be able to have multiple managers open at the same time.

ccoulet commented 2 years ago

Personaly, I'm not a great fan of multiplying widgets... For the moment, I'm not sure there is a great interest to have many tools open at the same time. When we work on culverts, where is the interest to also look at the mesh quality? But this could be potentially intersting in the future if tools to create dikes and manage breach exists... So if we're able to have multiple tools at the same time, why not, we're not forced to use this capability...

nicogodet commented 2 years ago

Not useful for mesh quality but as I added sources manager recently, that's why I raised this issue.