The resizeLabel() method changes the label size. That triggers OnSizeChanged() which calls resizeLabel() again. Which changes the label size, and triggers OnSizeChanged() again. Etcetera. This will eventually crash the program with a stack overflow exception. mGrowing stops this.
|