|
@@ -73,7 +73,8 @@ class Style extends domkit.CssStyle {
|
|
if( errorsText == null ) {
|
|
if( errorsText == null ) {
|
|
if( currentObjects.length == 0 ) return;
|
|
if( currentObjects.length == 0 ) return;
|
|
var scene = getDocument(currentObjects[0]).root.obj.getScene();
|
|
var scene = getDocument(currentObjects[0]).root.obj.getScene();
|
|
- var fl = new h2d.Flow(scene);
|
|
|
|
|
|
+ var fl = new h2d.Flow();
|
|
|
|
+ scene.addChild(fl,100);
|
|
fl.backgroundTile = h2d.Tile.fromColor(0x400000,0.9);
|
|
fl.backgroundTile = h2d.Tile.fromColor(0x400000,0.9);
|
|
fl.padding = 10;
|
|
fl.padding = 10;
|
|
errorsText = new h2d.Text(hxd.res.DefaultFont.get(), fl);
|
|
errorsText = new h2d.Text(hxd.res.DefaultFont.get(), fl);
|