Update tooltip for drag

This commit is contained in:
OliBomby 2024-09-28 15:59:07 +02:00
parent 4e2bc0d1bd
commit b1e381a391
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ public GridFromPointsTool()
{
TooltipText = """
Left click to set the origin.
Left click again to set the rotation and spacing.
Right click to only set the origin.
Click and drag to set the origin, rotation and spacing.
""";
}