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();
|
scope->show();
|
||||||
}else{
|
}else{
|
||||||
scope->show();
|
scope->show();
|
||||||
|
scope->UpdatePanelFromMomeory();
|
||||||
scope->activateWindow();
|
scope->activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1815,6 +1816,7 @@ void FSUDAQ::OpenDigiSettings(){
|
||||||
digiSettings->show();
|
digiSettings->show();
|
||||||
}else{
|
}else{
|
||||||
digiSettings->show();
|
digiSettings->show();
|
||||||
|
digiSettings->UpdatePanelFromMemory();
|
||||||
digiSettings->activateWindow();
|
digiSettings->activateWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user