Skip to content

Commit 38d3f2f

Browse files
author
KhalilSelyan
committed
give segmented button item pointing hand cursor when checkable
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 030a565 commit 38d3f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/tier4_state_rviz_plugin/src/custom_segmented_button_item.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CustomSegmentedButtonItem::CustomSegmentedButtonItem(const QString & text, QWidg
99
{
1010
setCheckable(true);
1111
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
12+
setCursor(Qt::PointingHandCursor);
1213
}
1314

1415
void CustomSegmentedButtonItem::setColors(

0 commit comments

Comments
 (0)