diff options
| -rwxr-xr-x | indra/newview/llviewertexteditor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewertexteditor.cpp b/indra/newview/llviewertexteditor.cpp index 69f9bbdff8..81a1d26e5e 100755 --- a/indra/newview/llviewertexteditor.cpp +++ b/indra/newview/llviewertexteditor.cpp @@ -179,7 +179,7 @@ public:  	/*virtual*/ bool getDimensions(S32 first_char, S32 num_chars, S32& width, S32& height) const  	{ -		if (num_chars == 0) +		if (num_chars == 0 || !mImage)  		{  			width = 0;  			height = 0; | 
