Test Creation for undo redo#524
Merged
crossrulz merged 6 commits intoApr 29, 2026
Conversation
Added Layers Tab and Menu Items sections
Bug corrections as well
When nothing is typed from the text tool, the Finalize Text does nothing. Added setting the Text Marker off when clicking outside of the icon preview
Because Eraser does not act on a temporary icon, the Add To History needs to be skipped on the Mouse Down The Eraser's actions will be added to the Undo stack on Mouse Up
…' into feature/514-multiple-undos-required-for-some-actions
0d29227
into
ni:feature/514-multiple-undos-required-for-some-actions
5 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added tests for Layers Tab, Menu Items, and Tools.
Corrected bugs involving the eraser tool, pencil tool, and text tool not properly being added to the undo/redo stack.
All testing performed per 08 Undo Redo.md