Roo/BasicDialog.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:13:46 +0000 (17:13 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:13:46 +0000 (17:13 +0800)
Roo/BasicDialog.js

index a4d6ab1..76e8d84 100644 (file)
@@ -1252,4 +1252,8 @@ Roo.extend(Roo.LayoutDialog, Roo.BasicDialog, {
     addxtype : function(c) {
         return this.layout.addxtype(c);
     }
+});
+
+Roo.apply(Roo.BasicDialog,  {
+    lastZIndex : 0
 });
\ No newline at end of file