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

Fix missing undo Raster Create Frame #1459

Merged
merged 1 commit into from
May 10, 2024

Conversation

manongjohn
Copy link
Collaborator

This will fix an issue where the automatic creation of a Raster frame cannot be undone when you click on the canvas without moving.

Scenario: Click on the canvas with a mouse on a frame without an exposed image.
Current result: New frame is created with no dot drawn; No undo action created in history
Fixed result: New frame is created with a dot drawn; Undo action created in history

Note: Prior to this fix, if you clicked on the canvas without moving on an existing raster frame, no dot is drawn and no undo action was created. With this fix, a dot will always be drawn and an undo action will be created.

@manongjohn manongjohn added the 1.4.3 Included in Version 1.4.3 label May 5, 2024
@manongjohn manongjohn merged commit 0491707 into tahoma2d:master May 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4.3 Included in Version 1.4.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant