Update libraries/ui/src/InfoView.cpp

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
HifiExperiments 2021-01-29 17:11:10 -08:00 committed by GitHub
parent 64e9cf6884
commit 3d9142d8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ void InfoView::show(const QString& path, bool firstOrChangedOnly, QString urlQue
}
if (auto offscreenUI = DependencyManager::get<OffscreenUi>()) {
QString infoViewName(NAME + "_" + path);
offscreenUI->show(QML, NAME + "_" + path, [=](QQmlContext* context, QObject* newObject){
offscreenUI->show(QML, NAME + "_" + path, [=] (QQmlContext* context, QObject* newObject) {
QQuickItem* item = dynamic_cast<QQuickItem*>(newObject);
item->setWidth(1024);
item->setHeight(720);