We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f6ea4 commit d2d172fCopy full SHA for d2d172f
1 file changed
indra/newview/llviewermenufile.cpp
@@ -575,6 +575,7 @@ class LLFileTakeSnapshotToDisk : public view_listener_t
575
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
576
{
577
LLPointer<LLImageRaw> raw = new LLImageRaw;
578
+ raw->enableOverSize();
579
580
S32 width = gViewerWindow->getWindowDisplayWidth();
581
S32 height = gViewerWindow->getWindowDisplayHeight();
0 commit comments