Skip to content
Snippets Groups Projects
Commit 6c4d6df8 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix snapshots not defaulting to current window size in combobox

parent 86021f62
No related branches found
No related tags found
No related merge requests found
...@@ -1026,7 +1026,7 @@ BOOL LLFloaterSnapshot::postBuild() ...@@ -1026,7 +1026,7 @@ BOOL LLFloaterSnapshot::postBuild()
getChild<LLComboBox>("profile_size_combo")->selectNthItem(0); getChild<LLComboBox>("profile_size_combo")->selectNthItem(0);
getChild<LLComboBox>("postcard_size_combo")->selectNthItem(0); getChild<LLComboBox>("postcard_size_combo")->selectNthItem(0);
getChild<LLComboBox>("texture_size_combo")->selectNthItem(0); getChild<LLComboBox>("texture_size_combo")->selectNthItem(0);
getChild<LLComboBox>("local_size_combo")->selectNthItem(8); getChild<LLComboBox>("local_size_combo")->selectNthItem(0);
getChild<LLComboBox>("local_format_combo")->selectNthItem(0); getChild<LLComboBox>("local_format_combo")->selectNthItem(0);
impl->mPreviewHandle = previewp->getHandle(); impl->mPreviewHandle = previewp->getHandle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment