mirror of
https://github.com/chengyangkj/Ros_Qt5_Gui_App.git
synced 2025-09-15 12:58:58 +08:00
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
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:
parent
e7d7b8d911
commit
e58149bb3e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user