Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring #39

Open
ugar0ff opened this issue Oct 3, 2019 · 0 comments
Open

Refactoring #39

ugar0ff opened this issue Oct 3, 2019 · 0 comments

Comments

@ugar0ff
Copy link

ugar0ff commented Oct 3, 2019

In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change for (int i = 0; i < getItems().length; i++) to for (int i = 0; i < getColumnCount() - 1; i++)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant