Skip to content

Commit

Permalink
Fixed duplicate property name for Path colors (#1089)
Browse files Browse the repository at this point in the history
See issue #1087.
  • Loading branch information
hiddewie authored and wjwwood committed Jun 5, 2017
1 parent ba3014a commit 73c64a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rviz/default_plugin/path_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ PathDisplay::PathDisplay()
"Radius of the axes.",
this, SLOT(updatePoseAxisGeometry()) );

pose_arrow_color_property_ = new ColorProperty( "Color",
pose_arrow_color_property_ = new ColorProperty( "Pose Color",
QColor( 255, 85, 255 ),
"Color to draw the poses.",
this, SLOT(updatePoseArrowColor()));
Expand Down

0 comments on commit 73c64a3

Please sign in to comment.