PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

Feature/video codec phonebook clear #984

Closed TrevorPayne closed 2 years ago

TrevorPayne commented 2 years ago

Modified the SelectDirectoryEntry method in VideoCodecBase to accept a 0 index and set the private _selectedDirectoryItem to a null value, and modifed the rest of the method to clear all appropriate trilist signals.

Added a digital join to explicitly pass a zero index to SelectDirectoryEntry and set the DirectorySetRow join to a ToFromSimpl so we could report the index passed into the method.

andrew-welker commented 2 years ago

Closing as changes are implemented in #993