Skip to content

Commit

Permalink
Fixed update model for del_element
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Jul 15, 2024
1 parent 63dcaa1 commit f98f598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mvc/FitSpectraWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,10 @@ void FitSpectraWidget::del_element()
break;
}
update_spectra_top_axis();
if(_chk_auto_model->isChecked())
{
Model_Spectra_Click();
}
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit f98f598

Please sign in to comment.