Bug on CCMenu::alignItemsInRows

Sorry for reporting the bug here, but could not easily find a better place.

On CCmenu.cpp the function CCMenu::alignItemsInRows(unsigned int rows, …) has a typo.

this->alignItemsInColumns(rows, args);

should be

this->alignItemsInRows(rows, args);

Thanks for the great work!
Nikos

Thanks for your feedback! Issue #718 created for this problem. :slight_smile:

By the way, here is the right place where you can feed back bugs!