forked from Ivasoft/DSView
fix: Can't restore decoder name from file on decoder pannel
This commit is contained in:
@@ -2323,7 +2323,7 @@ namespace pv
|
||||
{
|
||||
auto trace = get_decoder_trace(index);
|
||||
if (trace != NULL){
|
||||
trace->set_name(label);
|
||||
set_trace_name(trace, label);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user