Fix Issue 1182: Script Window Resize Issue

This commit is contained in:
Inusaito Sayori
2014-06-17 13:36:29 -04:00
parent 790db4283c
commit 6722e25cbe
2 changed files with 0 additions and 13 deletions

View File

@@ -1197,18 +1197,6 @@ bool LLScriptEdContainer::onExternalChange(const std::string& filename)
return true;
}
// virtual
void LLScriptEdContainer::reshape(S32 width, S32 height, BOOL called_from_parent)
{
LLPreview::reshape(width, height, called_from_parent);
if (!isMinimized())
{
// So that next time you open a script it will have the same height and width (although not the same position).
gSavedSettings.setRect("PreviewScriptRect", getRect());
}
}
// <edit>
// virtual
BOOL LLScriptEdContainer::canSaveAs() const