#475 and some clip pointer changes

This commit is contained in:
itsmattkc
2019-02-28 01:54:04 -08:00
parent edea300cbc
commit 1685fa3a5d
70 changed files with 726 additions and 516 deletions
+4
View File
@@ -25,6 +25,7 @@
#include "oliveglobal.h"
#include "ui/mediaiconservice.h"
#include "panels/timeline.h"
#include "io/config.h"
@@ -126,6 +127,9 @@ int main(int argc, char *argv[]) {
MainWindow w(nullptr);
// multiply track height constants by the current DPI scale
olive::timeline::MultiplyTrackSizesByDPI();
// connect main window's first paint to global's init finished function
QObject::connect(&w, SIGNAL(finished_first_paint()), olive::Global.get(), SLOT(finished_initialize()));