Skip to content

KeySequenceItem: Make sure we record on the correct window

David Redondo requested to merge work/updateWindow into master

Unfortunately renderWindowFor is just a simple function call and so the binding is not updated when it would change. Now we make sure to update the window before each recording. BUG:445277

Merge request reports