mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
Revert "LibGUI: Fix undo stack reporting wrong modified state"
This reverts commit 0b7e19e2bb
.
Let's reverse the direction of the undo stack to fix the confusion.
This commit is contained in:
parent
29e323269c
commit
2ef4fbc5c1
2 changed files with 6 additions and 12 deletions
|
@ -32,8 +32,6 @@ public:
|
|||
void clear();
|
||||
|
||||
private:
|
||||
size_t non_empty_stack_index() const;
|
||||
|
||||
struct Combo {
|
||||
NonnullOwnPtrVector<Command> commands;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue