On Windows, editing a combobox (take e.g. the PointCloud display and edit the topic name), a warning gets added to the console:
rviz_common::properties::EditableComboBox::setProperty: Property "currentText" invalid, read-only or does not exist
This can be eliminated by eliminating the class rviz_common::ComboBox with apparently no change in functionality. This class seems to limit the writability of ComboBoxes, yet they can be edited nevertheless. Can this be deleted?
On Windows, editing a combobox (take e.g. the PointCloud display and edit the topic name), a warning gets added to the console:
rviz_common::properties::EditableComboBox::setProperty: Property "currentText" invalid, read-only or does not exist
This can be eliminated by eliminating the class rviz_common::ComboBox with apparently no change in functionality. This class seems to limit the writability of ComboBoxes, yet they can be edited nevertheless. Can this be deleted?