Tool Box : Not the same on Release and Debug mode, why ?

Hi,

Look the 2 screenshots. The first one is in Debug mode, and the tool box correctly displayed. On the seconde one, Release mode. Why it’s different ?

Debug Mode :

Release Mode :

maybe due to win…

Looks like you override some paint function and don’t call the corresponding base class message handler.
Why does it ‘work’ in debug mode? Dunno… Many things are done automagically in debug mode…