Skip to content

Fix key recording by setWindow before capture starts.

Xuetian Weng requested to merge work/fix-key-recording into master

It is common that during the construction of widget, it is not yet added to a window. Thus windowHandle will simply return null in this case. Always set the window to before the capture starts.

BUG: 430388

Merge request reports