Skip to content

TestRecorder: Allow native platform to process activateWindow

Sankhesh Jhaveri requested to merge sankhesh/paraview:test_recorder into master

QWidget::activateWindow() schedules a request on the native windowing system's event queue. This change allows the request to be processed before the test recorder dialog queries the active window.

FYI: https://forum.qt.io/topic/160619/switching-to-qwidget-activatewindow-from-the-deprecated-qapplication-setactivewindow-yields-null-widget-for-qapplication-activewindow

Merge request reports

Loading