ros2 / rviz

ROS 3D Robot Visualizer
BSD 3-Clause Clear License
288 stars 209 forks source link

Error in console on Windows regarding comboboxes #203

Open Martin-Idel-SI opened 6 years ago

Martin-Idel-SI commented 6 years ago

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?

wjwwood commented 6 years ago

I would say it shouldn't be deleted, but instead it sounds like disabling editing is broken (perhaps that was missed in the port to Qt5).