Skip to content

Fix g suggestion path tool - #3538

Closed
Annonnymmousss wants to merge 1 commit into
GraphiteEditor:masterfrom
Annonnymmousss:fix-G_suggestion-path_tool
Closed

Fix g suggestion path tool#3538
Annonnymmousss wants to merge 1 commit into
GraphiteEditor:masterfrom
Annonnymmousss:fix-G_suggestion-path_tool

Conversation

@Annonnymmousss

Copy link
Copy Markdown
Contributor

fixed overriding

Closes#3537

Screen.Recording.2025-12-28.at.1.46.12.AM.mov

@Annonnymmousss
Annonnymmousss marked this pull request as draft December 27, 2025 20:26
@Annonnymmousss
Annonnymmousss marked this pull request as ready for review December 27, 2025 23:33
@Annonnymmousss

Annonnymmousss commented Dec 27, 2025

Copy link
Copy Markdown
ContributorAuthor
Screen.Recording.2025-12-28.at.5.04.30.AM.mov

Ig it's fine now. If there is any better approach or any breakage please tell me I didn't find any other approach to provide the information of transformation.

@Annonnymmousss

Copy link
Copy Markdown
ContributorAuthor

hey @0HyperCube is this the optimal method for the tagged issue? Kindly review this. Thankyou!

@0HyperCube

Copy link
Copy Markdown
Contributor

This seems like a reasonable approach.

} = tool_action_data;

update_dynamic_hints(self, responses, shape_editor, document, tool_data, tool_options, input.mouse.position);
if !tool_action_data.is_transforming {

@0HyperCube0HyperCubeFeb 3, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest adding a comment here that explains why this check is required (perhaps link the GitHub issue?).

Otherwise it is quite unclear why this logic is in place for other contributors.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with adding comment. I hope it is clear.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good; thanks.

@Keavon

Copy link
Copy Markdown
Member

Superseded by #3222.

@KeavonKeavon closed this Feb 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hints for G/R/S on the path tool don't show

3 participants

@Annonnymmousss@0HyperCube@Keavon