From 40ff2451a525cb00289c624fafbaa96edb7fe165 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 May 2010 13:25:02 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sample/Window.js b/Sample/Window.js index 43c17feea..31ae4375e 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2542,10 +2542,10 @@ Window=new XObject({ renderJS : function(data) { print("HTML RENDERING"); /// prevent looping.. - if (this.pendingRedraw) { - print("pending redraw active?!"); - return; - } + //if (this.pendingRedraw) { + // print("pending redraw active?!"); + // return; + //} if (!this.get('/Window.LeftTree').getActiveFile()) { -- 2.39.2