Explorar o código

fixed background-id type drawable

Nicolas Cannasse %!s(int64=5) %!d(string=hai) anos
pai
achega
f19197d7ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h2d/domkit/BaseComponents.hx

+ 1 - 1
h2d/domkit/BaseComponents.hx

@@ -713,7 +713,7 @@ class FlowComp extends ObjectComp implements domkit.Component.ComponentDecl<h2d.
 				bg.dom.initAttributes({ id : id });
 		} else {
 			if( id != null )
-				bg.dom = domkit.Properties.create("bitmap",bg,{ id : id });
+				bg.dom = domkit.Properties.create("drawable",bg,{ id : id });
 		}
 	}