further improvements
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ CheckboxEx::CheckboxEx(QWidget* parent) : QCheckBox(parent) {
|
||||
|
||||
void CheckboxEx::checkbox_command() {
|
||||
CheckboxCommand* c = new CheckboxCommand(this);
|
||||
undo_stack.push(c);
|
||||
Olive::UndoStack.push(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user