ros-visualization / rqt_bag

http://wiki.ros.org/rqt_bag
29 stars 53 forks source link

Fix the types being passed into QFont and QColor. #109

Closed clalancette closed 2 years ago

clalancette commented 2 years ago

PyQt 5.15 in Ubuntu Jammy is a lot more picky about the types it accepts for QFont.setFontSize() and the QColor() constructor. Use the types it expects here, which makes this at least launch under Ubuntu Jammy.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

This fixes #108

clalancette commented 2 years ago

CI: