mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
fix proplen 59. AHI problem after a waveform preference change.
This commit is contained in:
parent
29ca0a55cf
commit
1d11c57b57
@ -396,6 +396,12 @@ void done()
|
||||
schema::channel.channels.clear();
|
||||
schema::channel.groups.clear();
|
||||
|
||||
// ahiChannels did not get cleared since day1 OSCAR when a reset was required.
|
||||
// when reset occured then the Overview AHI graph would should an addtional set of channels.
|
||||
// this fix just clears the variable that stores ahi data.
|
||||
// probelm #59 https://gitlab.com/pholy/OSCAR-code/-/issues/59
|
||||
ahiChannels.clear();
|
||||
|
||||
schema_initialized = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user