Potential bug: window size is null after sleep

hi,

It happens from time to time, that after hibernating the window size of juce applications is null.

A typical example (but not the only one): during a debug session I close my laptop to do something else. When coming back and reopening the laptop I have the following assert in ResizableWindow::setComponentSize():

I can live with it, but I thought It was time to mention it so that you get a chance to fix it.

Interesting - thanks, I’ll take a look at that…