From ad07dc93f5433ccc6f9d9600ee3f301b995efc17 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Oct 2010 17:28:32 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index 36c32b383..ceacced54 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2315,11 +2315,12 @@ Window=new XObject({ if (showEditor) { this.activePath = false; + _this.get('/Editor').el.show_all(); GLib.timeout_add(0, 1, function() { //_this.get('/BottomPane').el.show(); //_this.get('/RightEditor').el.show(); - _this.get('/Editor').el.show_all(); + _this.get('/Editor.RightEditor.view').load( _this.getValue(path, 1) ); //e.editing_done(); -- 2.39.2