You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a message contains a list and the list has reduced to zero, the old list items are still shown. As the code which removes the list items is not reached when the list is empty.
I have tried in the past. I wasn't able to come up with a good solution then. It was hard to find good if/else conditions. Especially if you want to detect whether the list should be a list of messages. This is especially difficult if the list is empty.
MrVolans
added a commit
to MrVolans/rqt_topic
that referenced
this issue
Apr 27, 2023
When a message contains a list and the list has reduced to zero, the old list items are still shown. As the code which removes the list items is not reached when the list is empty.
The code that executes the deletion is
rqt_topic/src/rqt_topic/topic_widget.py
Lines 258 to 262 in befebd5
The text was updated successfully, but these errors were encountered: