]> git.sesse.net Git - nageru/blobdiff - glwidget.cpp
Show the current resolution next to the inputs.
[nageru] / glwidget.cpp
index e9b97d53ac42d748eea0e88f7efe37786376115f..06675f346c85211030d0712097aa0db138b1fef6 100644 (file)
@@ -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);