mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 08:50:31 +08:00
fixed even more compile errors
This commit is contained in:
parent
2913a9af48
commit
abad0b01c3
@ -443,7 +443,7 @@ void JKQTPBaseKey::KeyLayoutDescription::redistributeIntoOneColumn()
|
|||||||
columns[0].rows.append(columns[i].rows);
|
columns[0].rows.append(columns[i].rows);
|
||||||
}
|
}
|
||||||
for (int i=columns.size()-1; i>=1; i--) {
|
for (int i=columns.size()-1; i>=1; i--) {
|
||||||
columns.remove(i);
|
columns.removeAt(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user