X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.cpp;h=06675f346c85211030d0712097aa0db138b1fef6;hb=6b5c8411a2776e77d1bb7d66ee7ec255428f2a13;hp=e9b97d53ac42d748eea0e88f7efe37786376115f;hpb=3441a73300e33489072c8c9f0bec317bf86e8c9f;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);