Kali
01-10-2009 23:14:32
In Sheet::destroyWindow and Sheet::removeWindow, you will probably want to do something like this.
It leads to crashes when you destroy a window and it is accessed later with that pointer.
if (mWindowInFocus = w)
mWindowInFocus = 0;
It leads to crashes when you destroy a window and it is accessed later with that pointer.