Skip to content
Snippets Groups Projects
Commit 2565920a authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#160 - Fix index error in adding row option

parent 273772a6
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ public class Page {
final int rows = getProject().getSettings().getRows() - 1;
for (int i = 0; i < columns; i++) {
insertPadInto(i, columns, rows * columns);
insertPadInto(columns, i, rows * columns);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment