made all keyframes editable and undoable
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#include "project/undo.h"
|
||||
|
||||
CheckboxEx::CheckboxEx(QWidget* parent) : QCheckBox(parent) {
|
||||
connect(this, SIGNAL(clicked(bool)), this, SLOT(checkbox_command()));
|
||||
// connect(this, SIGNAL(clicked(bool)), this, SLOT(checkbox_command()));
|
||||
}
|
||||
|
||||
void CheckboxEx::checkbox_command() {
|
||||
|
||||
Reference in New Issue
Block a user