feat: 'edited' property reset & add 'oncontrolkey' textbox callback

This commit is contained in:
MihailRis
2025-03-12 19:51:22 +03:00
parent fb18442322
commit 3a4b334d0b
14 changed files with 88 additions and 5 deletions
+4
View File
@@ -145,6 +145,10 @@ public:
: history(history), historySize(history.size()) {
}
Combination(const Combination&) = delete;
Combination(Combination&&) = default;
~Combination() {
history.squash(history.size() - historySize);
}