From 5f469893b952c71397fe9490af94fd428c6f3044 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:05:59 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 1 + Pman.Dialog.CoreAutoSavePreview.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index f2738390..a8753d3a 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -116,6 +116,7 @@ "listeners": { "render": "function (_self)\n{\n _this.viewPanel = _self;\n}" }, + "background": false, "xtype": "ContentPanel", "|xns": "Roo" }, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 369717d0..caeb226c 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -253,7 +253,8 @@ Pman.Dialog.CoreAutoSavePreview = { { _this.viewPanel = _self; } - } + }, + background : false } ], center : { -- 2.39.2