1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-32 workaround spurious BusyIndicator trigger when switching tabs

This commit is contained in:
Philippe Renon 2016-06-15 22:45:26 +02:00 committed by Philippe Renon
parent cc15a85cc4
commit 104f98315f

View File

@ -493,6 +493,9 @@ public:
if (!h->viewer->isRealized()) {
h->viewer->realize();
}
// workaround https://bugreports.qt.io/browse/QTBUG-54073
h->self->setBusy(true);
h->self->setBusy(false);
}
// we always want to draw the first frame