2021-04-05 Fred Gleason <fredg@paravelsystems.com>

* Added a workaround to 'RDCart::updateLength()' to prevent invalid
	data values from being written to the 'CART.MINIMUM_TALK_LENGTH'
	field.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-05 13:34:22 -04:00
parent 514fac7e5a
commit c6f5d47987
2 changed files with 5 additions and 1 deletions

View File

@@ -21365,3 +21365,7 @@
2021-04-05 Fred Gleason <fredg@paravelsystems.com>
* Refactored video updates in the voice tracker to take place only
within the 'VoiceTracker::paintEvent()' method.
2021-04-05 Fred Gleason <fredg@paravelsystems.com>
* Added a workaround to 'RDCart::updateLength()' to prevent invalid
data values from being written to the 'CART.MINIMUM_TALK_LENGTH'
field.