Skip to content

Commit

Permalink
fixed even more compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Dec 19, 2023
1 parent 2913a9a commit abad0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jkqtplotter/jkqtpkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ void JKQTPBaseKey::KeyLayoutDescription::redistributeIntoOneColumn()
columns[0].rows.append(columns[i].rows);
}
for (int i=columns.size()-1; i>=1; i--) {
columns.remove(i);
columns.removeAt(i);
}
}
}
Expand Down

0 comments on commit abad0b0

Please sign in to comment.