fix
Some checks failed
ROS2:Foxy(20.04) / build (push) Has been cancelled
ROS2:Galactic(20.04) / build (push) Has been cancelled
ROS2:Humble(22.04) / build (push) Has been cancelled
ROS1:Melodic(18.04) / build (push) Has been cancelled
ROS1:Noetic(20.04) / build (push) Has been cancelled

This commit is contained in:
chengyangkj 2025-08-06 11:33:28 +08:00
parent e7d7b8d911
commit e58149bb3e

View File

@ -12,7 +12,7 @@ DisplayPath::DisplayPath(const std::string &display_type, const int &z_value,
std::string parent_name)
: VirtualDisplay(display_type, z_value, parent_name) {
// enable_scale_ = false;
SetZValue(9);
setZValue(9);
}
void DisplayPath::paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,