Skip to content

Commit

Permalink
Make component IDs read only if information has to be sent to the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
schuetzepaul committed May 31, 2024
1 parent 6eefc1b commit 4c3f550
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assembly/assemblyCommon/AssemblyAssemblyV2View.cc
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,11 @@ void AssemblyAssemblyV2View::disable_DB()
{
push_to_db_button_->setEnabled(false);
push_to_db_wid_->disable_action();

mapsa_id_lineed_->setReadOnly(true);
baseplate_id_lineed_->setReadOnly(true);
pss_id_lineed_->setReadOnly(true);
module_id_lineed_->setReadOnly(true);
}

//-- Information about this tab in GUI
Expand Down

0 comments on commit 4c3f550

Please sign in to comment.