src/Palete/GirObject.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:18:20 +0000 (16:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:18:20 +0000 (16:18 +0800)
src/Palete/GirObject.vala

index 4e490b0..8a7a5f2 100644 (file)
@@ -107,6 +107,7 @@ namespace Palete {
                                this.is_overlaid = true;
                                return;
                        }
+                       this.is_overlaid = true;
                        print("Overlaying " +this.name + " with " + this.parent + "\n");
 
                        var pcls = this.clsToObject( this.parent);