Forums » C++ Framework » Bug on CCMenu::alignItemsInRows »
| Nikos Bakolas | Bug on CCMenu::alignItemsInRows | ||
|---|---|---|---|
|
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! |
||
| Bin Zhang | RE: Bug on CCMenu::alignItemsInRows | ||
|
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)
