feat: 'edited' property reset & add 'oncontrolkey' textbox callback
This commit is contained in:
@@ -145,6 +145,10 @@ public:
|
||||
: history(history), historySize(history.size()) {
|
||||
}
|
||||
|
||||
Combination(const Combination&) = delete;
|
||||
|
||||
Combination(Combination&&) = default;
|
||||
|
||||
~Combination() {
|
||||
history.squash(history.size() - historySize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user