Custom Animations should now work. We also save color values if there's no texture.

This commit is contained in:
antc13
2016-01-24 13:28:40 +01:00
parent 3baa988ad4
commit b5b1140f5c
11 changed files with 341 additions and 28 deletions
+4 -3
View File
@@ -104,9 +104,10 @@ Menu::Menu(QDialog* dialog)
// Set the layout for our window
dialog->setLayout(baseLayout);
for (unsigned int i = 0; i < 3; i++) {
this->AddClipClicked(true);
}
this->AddClipClicked(true);
//for (unsigned int i = 0; i < 3; i++) {
// this->AddClipClicked(true);
//}
}