Universite-Gustave-Eiffel / I-Simpa

An Open Source software for 3D sound propagation modelling
https://i-simpa.univ-gustave-eiffel.fr/
GNU General Public License v3.0
231 stars 57 forks source link

Properties grid fixes #277

Closed wbinek closed 3 years ago

wbinek commented 3 years ago

Automatically resize last column of properties grid to fill window This simplifies changing parameters as the column is larger. Especially useful for assigning materials where the grid box was to small to see whole tree. The implementation is based on: https://forums.wxwidgets.org/viewtopic.php?t=41045

Automatically apply changes made to e_data_tree properties Automatically applies changes made to e_data_tree properties (assigning materials or directivities). Without modifications the changes are applied after second click on the parameter box. The solution may be a bit hacky, but everything else I tried was not working.

nicolas-f commented 3 years ago

Its very nice now. Thank you