Skip to content

Commit

Permalink
[Proxy] [FL] [Panel] Contour [Update]:
Browse files Browse the repository at this point in the history
- Added tooltip for new actions;
  • Loading branch information
kateliev committed Jan 8, 2024
1 parent 7c069f7 commit 6df0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/TypeRig GUI/Panel/Contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def __init__(self):
lay_draw.addWidget(self.btn_draw_square_2m)
self.btn_draw_square_2m.clicked.connect(lambda: TRDrawActionCollector.draw_square_from_selection(pMode, pLayers, mode=1))

tooltip_button = "Draw two point circle/nWhere two points selected form circle's diameter"
tooltip_button = "Draw two point circle/nWhere two points selected form circle's diameter\nALT+Click rotate and align the circle so that it follows the angle of the imaginary line between selected nodes. "
self.btn_draw_circle_2p = CustomPushButton("draw_circle_2p", tooltip=tooltip_button, obj_name='btn_panel')
lay_draw.addWidget(self.btn_draw_circle_2p)
self.btn_draw_circle_2p.clicked.connect(lambda: TRDrawActionCollector.draw_circle_from_selection(pMode, pLayers, mode=0, rotated=get_modifier()))
Expand Down

0 comments on commit 6df0055

Please sign in to comment.