When open digi setting or Scope, update settings from memory
This commit is contained in:
parent
4ab72dc43d
commit
8b7d93a9fe
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user