forked from qt-creator/qt-creator
If we have more than one render in queue for 3D edit view, we know the current render is not good, so do not send it to creator side but instead wait until we have just one render in the queue. Also changed the timeout for queued renders to closely correspond to 60fps frame time as there is no point rendering any faster than that. This also means we never need to queue more than two frames to ensure correct results. Fixes: QDS-5467 Change-Id: I49a3a7aeaff24484f48784d0391414165ce50748 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>