Adjust the size when we toggle the avatar LOD options.

This commit is contained in:
Andrzej Kapolka 2014-04-11 17:53:02 -07:00
parent 39135d3d5f
commit 0ca68e4cb4

View file

@ -138,6 +138,10 @@ void LodToolsDialog::updateAvatarLODControls() {
if (!_automaticAvatarLOD->isChecked()) {
_avatarLOD->setValue(1.0 / Menu::getInstance()->getAvatarLODDistanceMultiplier());
}
if (isVisible()) {
adjustSize();
}
}
void LodToolsDialog::updateAvatarLODValues() {