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:
parent
cc15a85cc4
commit
104f98315f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user