2022-08-04 Fred Gleason <fredg@paravelsystems.com>

* Added interlock logic to the 'Edit Switcher Event' dialog in
	rdcatch(1) to prevent creation of events containing null endpoints.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-08-04 14:20:11 -04:00
parent 8949fcc3fb
commit cdc9c77139
3 changed files with 23 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ class EditSwitchEvent : public RDDialog
int GetSource();
int GetDestination();
bool CheckEvent(bool include_myself);
void UpdateOkButton();
RDMatrix *edit_matrix;
RDDeck *edit_deck;
RDRecording *edit_recording;