diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-08 13:09:24 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-08 13:49:34 +0200 |
commit | 74a4571f02edd8b175db990e7bcfe2ce65d93253 (patch) | |
tree | d9d424bc567730b00b065fc29ab913628652fe93 /.prettierrc | |
parent | 2ef4fbc5c199607a6b9ca6d41c88c6d270d91da8 (diff) | |
download | serenity-74a4571f02edd8b175db990e7bcfe2ce65d93253.zip |
LibGUI: Reverse internal direction of GUI::UndoStack
The undo stack was very difficult to understand as it grew by adding
new undo commands to the front of the internal vector. This meant we
had to keep updating indices as the stack grew and shrank.
This patch makes the internal vector grow by appending instead.
Diffstat (limited to '.prettierrc')
0 files changed, 0 insertions, 0 deletions