Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undoable Polyline segments #1861

Merged
merged 6 commits into from
Aug 18, 2024
Merged

Commits on Jul 21, 2024

  1. remove last Polyline point with Backspace

    when there is only one point left, the Polyline is cancelled entirely as if pressing the Escape key.
    HeCorr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4a933f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. setup Remove Last Polyline Segment shortcut

    defaults to `Backspace` key
    HeCorr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0dc98d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix actionRemoveLastPolylineSegment not activating

    apparently actions that are not in a menu still need to be added to some widget in order for their shortcut to work.
    HeCorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e1b04a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    2b3cddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08dcbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07ef1a6 View commit details
    Browse the repository at this point in the history