You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that napari-skimage-regionprops overwrites whatever content has previously been stored in the layer.properties attribute. Would you consider a PR that would change the behaviour of, for instance, add_table() in such a way that it checks whether content has already been written to the respective layer?
In case values have been written already, add_table() would then have to replaced by table_widget.append_content() which would add the data to layer.properties in a "smart" way.
The text was updated successfully, but these errors were encountered:
Hi @haesleinhuepf ,
it seems that napari-skimage-regionprops overwrites whatever content has previously been stored in the
layer.properties
attribute. Would you consider a PR that would change the behaviour of, for instance,add_table()
in such a way that it checks whether content has already been written to the respective layer?In case values have been written already,
add_table()
would then have to replaced bytable_widget.append_content()
which would add the data tolayer.properties
in a "smart" way.The text was updated successfully, but these errors were encountered: