Update all tracerestrict windows when a restricted signal is removed.
This fixes share counts in any open windows sharing the same program not being updated.
This commit is contained in:
@@ -513,7 +513,7 @@ static inline Track GetTraceRestrictRefIdTrack(TraceRestrictRefId ref)
|
||||
}
|
||||
|
||||
void TraceRestrictCreateProgramMapping(TraceRestrictRefId ref, TraceRestrictProgram *prog);
|
||||
void TraceRestrictRemoveProgramMapping(TraceRestrictRefId ref);
|
||||
bool TraceRestrictRemoveProgramMapping(TraceRestrictRefId ref);
|
||||
|
||||
TraceRestrictProgram *GetTraceRestrictProgram(TraceRestrictRefId ref, bool create_new);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user