#475 and some clip pointer changes
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user