adds left, top, right, bottom, centerx, centery to the list of xml nodes that can...
authorJonathan Marshall <jmarshall@xbmc.org>
Sun, 3 Nov 2013 22:19:38 +0000 (11:19 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Mon, 4 Nov 2013 20:51:46 +0000 (09:51 +1300)
xbmc/guilib/GUIIncludes.cpp

index 9240f50..0bab179 100644 (file)
@@ -49,6 +49,12 @@ CGUIIncludes::CGUIIncludes()
   
   m_constantNodes.insert("posx");
   m_constantNodes.insert("posy");
+  m_constantNodes.insert("left");
+  m_constantNodes.insert("right");
+  m_constantNodes.insert("centerx");
+  m_constantNodes.insert("top");
+  m_constantNodes.insert("bottom");
+  m_constantNodes.insert("centery");
   m_constantNodes.insert("width");
   m_constantNodes.insert("height");
   m_constantNodes.insert("offsetx");