I tried it even thought I already knew the answer – it did not help. I will look at the code when I have time. This is not a big issue, I just need to remember to close frames before I close Delphi.
I'm having the same issue, Lasse. Reinstalling it didn't help me either. I'd appreciate if the solution was found for this, even though, as you say, it's not that big of a deal. It's just slightly disrupting.
Well, indeed. It is a wrapper for TsSkinManager and just sets some properties by overriding Create. And it seems that some of those properties is causing this. Thanks, I will investigate which one it is.
It was this
Code:
Saturation := 10;
and it does not need to be set. So, problem solved.