void DrawableButton::resized()
Potentially currentImage could be NULL if no image has been assigned to it. In which case
currentImage->setOriginWithOriginalSize (Point()); // exc_bad_access
void DrawableButton::resized()
Potentially currentImage could be NULL if no image has been assigned to it. In which case
currentImage->setOriginWithOriginalSize (Point()); // exc_bad_access
Whoops! Thanks, I’ll sort that out pronto!