Scripting: Json format changes; style sets, includes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / builder / replacement.cpp
index 701b7c8..657840f 100644 (file)
@@ -343,6 +343,13 @@ OptionalString Replacement::IsString( const TreeNode& node ) const
 #endif
         }
       }
+      else
+      {
+        if( Property::STRING == value.GetType() )
+        {
+          ret = v; // sets the unexpanded. Expansion may occur later in processing with include files
+        }
+      }
     }
   }
   else