Don't hide resolution spinners on snapshot to inventory panel - they get disabled if needed

master
Ansariel 2015-04-27 11:04:00 +02:00
parent 62db9f6ba7
commit d6d3ef306c
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ BOOL LLPanelSnapshotInventory::postBuild()
getChild<LLSpinCtrl>(getWidthSpinnerName())->setAllowEdit(FALSE);
getChild<LLSpinCtrl>(getHeightSpinnerName())->setAllowEdit(FALSE);
getChild<LLUICtrl>(getImageSizeComboName())->setCommitCallback(boost::bind(&LLPanelSnapshotInventory::onResolutionCommit, this, _1));
// <FS:Ansariel> Don't hide resolution spinners - they get disabled if needed
//getChild<LLUICtrl>(getImageSizeComboName())->setCommitCallback(boost::bind(&LLPanelSnapshotInventory::onResolutionCommit, this, _1));
// <FS:Ansariel> Store settings at logout
getImageSizeComboBox()->setCurrentByIndex(gSavedSettings.getS32("LastSnapshotToInventoryResolution"));