Disable fit model change in ccl_integrate

This commit is contained in:
usov_i 2021-03-03 16:55:49 +01:00
parent 97836b2906
commit a70b4fae57

View File

@ -331,6 +331,7 @@ def create():
# ("Pseudo Voigt1", "pseudovoigt1"),
],
default_size=145,
disabled=True,
)
fitparams_add_dropdown.on_click(fitparams_add_dropdown_callback)
@ -365,7 +366,7 @@ def create():
fitparams_select.value = []
fitparams_remove_button = Button(label="Remove fit function", default_size=145)
fitparams_remove_button = Button(label="Remove fit function", default_size=145, disabled=True)
fitparams_remove_button.on_click(fitparams_remove_button_callback)
def fitparams_factory(function):