missed one

master
zetaPRIME 2021-11-12 21:46:51 -05:00
parent 6ee9a0db6b
commit d0db5a6b4d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void QuickLevel::onPortDisconnected(Data::Port::Type, Data::Port::DataType, uint
lv[1][0] = 0;
lv[1][1] = 0;
if (obj) obj->scene()->update();
if (obj) QMetaObject::invokeMethod(obj->scene(), "update", Qt::QueuedConnection);
}
void QuickLevel::onGadgetCreated() {