mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +00:00
Fix bust min/max spinboxes weren't being set
This commit is contained in:
parent
9da52b5935
commit
5f2502b733
1 changed files with 2 additions and 2 deletions
|
@ -121,11 +121,11 @@ void CmpEditor::loadRaceData(Race race, Subrace subrace) {
|
|||
|
||||
bustMinX->setValue(raceData.bust_min_x);
|
||||
bustMinY->setValue(raceData.bust_min_y);
|
||||
bustMinY->setValue(raceData.bust_min_z);
|
||||
bustMinZ->setValue(raceData.bust_min_z);
|
||||
|
||||
bustMaxX->setValue(raceData.bust_max_x);
|
||||
bustMaxY->setValue(raceData.bust_max_y);
|
||||
bustMaxY->setValue(raceData.bust_max_z);
|
||||
bustMaxZ->setValue(raceData.bust_max_z);
|
||||
}
|
||||
|
||||
#include "moc_cmpeditor.cpp"
|
Loading…
Add table
Reference in a new issue