Components in DocumentWindow don't resize when it hasn't focus

Hi all,
I have some components in a DocumentWindow ( inserted by calling setContentNonOwned() ).
The problem is that when i change something and call the resized() method the change will affect only when the DocumentWindow grab the focus…
To be more specific i have two components ( two volume sliders ) one in the document window and the other in the main application.
When i change the value of a slider a field on the value tree will be updated and a listener will update the other slider.
When i change the slider in the DocumentWindow the slider in the main app update correctly but doing the opposite the slider updates only when i click on the Windows giving it the focus.

Some hints to deal with it ?

Hi Fernando,

Is this a problem you’re still experiencing with the current develop?

Can you provide more information on how to reproduce the issue you’re experiencing? I tested this on Windows 10, and MacOS 12. I created a child DocumentWindow from the main window. The DocumentWindow being focused or not seemed to have no effect on either Slider value changes or calls to the window Component’s resized function.