Sort pose names in pose stand floater by name

Ansariel 2013-03-06 15:00:08 +01:00
parent 18148e233c
commit ddebc469ce
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ void FSFloaterPoseStand::loadPoses()
}
pose_file.close();
}
mComboPose->sortByName();
}
void FSFloaterPoseStand::onCommitCombo()