try not updating scroll

This commit is contained in:
Jason Wen
2024-05-31 23:51:33 -04:00
parent 449563c0bd
commit d615f6dd8b
+1 -1
View File
@@ -83,7 +83,7 @@ int main(int argc, char *argv[]) {
LOGW("CHECK OUTPUT PLS\n%s", output.c_str());
QMetaObject::invokeMethod(label, "setText", Qt::QueuedConnection,
Q_ARG(QString, QString::fromStdString(output)));
QMetaObject::invokeMethod(scroll, "update", Qt::QueuedConnection);
//QMetaObject::invokeMethod(scroll, "update", Qt::QueuedConnection);
});
QObject::connect(&watcher, &QFutureWatcher<void>::finished, [=]() {
btn->setEnabled(true);