mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 20:52:06 +08:00
try not updating scroll
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user