X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.cpp;h=06675f346c85211030d0712097aa0db138b1fef6;hb=06bf43108bde2d00776281fa916f42cdecd22ef1;hp=e9b97d53ac42d748eea0e88f7efe37786376115f;hpb=b52fb85a67eefa93ad976d3881a9491dfdbd615d;p=nageru diff --git a/glwidget.cpp b/glwidget.cpp index e9b97d5..06675f3 100644 --- a/glwidget.cpp +++ b/glwidget.cpp @@ -51,6 +51,7 @@ void GLWidget::initializeGL() global_mixer->set_frame_ready_callback(output, [this]{ QMetaObject::invokeMethod(this, "update", Qt::AutoConnection); emit transition_names_updated(global_mixer->get_transition_names()); + emit resolution_updated(output); }); glDisable(GL_BLEND);