Undo-Redo
Undo/redo is a consistently popular feature, especially in UIs that do not rely on an Ok button. A common way to implement it is by following the Memento pattern, originally formalized in the renowned “Gang of Four’s” Design Patterns book.
For details, see the Memento Pattern on this website.