Nikos Bakolas Bug on CCMenu::alignItemsInRows
Posts 1
Added by Nikos Bakolas over 1 year ago

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

Bin Zhang RE: Bug on CCMenu::alignItemsInRows
Posts 62
Added by Bin Zhang over 1 year ago

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

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


(1-1/1)