Skip to content

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

@0HyperCube

Description

@0HyperCube

Reproduction

With the select tool, you can select a layer and press G to apply a translation to it (like in blender). At the bottom of the screen some hints show as to available operations

Image

With the path tool, you can also press G to move selected points. However the hints don't appear at the bottom. This issue should make the hints appear whilst doing the G/R/S. The functionality of the operation should not be changed.

Code

GRS hints are usually handled at:

} else if self.transform_layer_handler.is_transforming() {
self.transform_layer_handler.hints(responses);

However the path tool has a special hint system that immediately overrides any other hints:

update_dynamic_hints(self, responses, shape_editor, document, tool_data, tool_options, input.mouse.position);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions