--- ../../../svnhead/libs/libmythui/mythuitext.cpp	2006-07-12 14:16:48.000000000 -0500
+++ mythuitext.cpp	2006-07-14 19:58:57.000000000 -0500
@@ -210,7 +210,10 @@
 bool MythUIText::ParseElement(QDomElement &element)
 {
     if (element.tagName() == "area")
+	{
         SetArea(parseRect(element));
+        m_OrigDisplayRect = MythUIType::GetArea();
+	}
     else if (element.tagName() == "altarea")
         m_AltDisplayRect = parseRect(element);
     else if (element.tagName() == "font")
