When open digi setting or Scope, update settings from memory

This commit is contained in:
Ryan Tang 2024-10-28 13:24:38 -04:00
parent 4ab72dc43d
commit 8b7d93a9fe

View File

@ -1791,6 +1791,7 @@ void FSUDAQ::OpenScope(){
scope->show();
}else{
scope->show();
scope->UpdatePanelFromMomeory();
scope->activateWindow();
}
@ -1815,6 +1816,7 @@ void FSUDAQ::OpenDigiSettings(){
digiSettings->show();
}else{
digiSettings->show();
digiSettings->UpdatePanelFromMemory();
digiSettings->activateWindow();
}
}