From 72f392cbfe9fc4df261e54d93dde83ef4e5b376f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 10:23:10 +0800 Subject: [PATCH] XObjectBase/GdlDock.js --- XObjectBase/GdlDock.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XObjectBase/GdlDock.js b/XObjectBase/GdlDock.js index eba43fb37..59b3c2cce 100644 --- a/XObjectBase/GdlDock.js +++ b/XObjectBase/GdlDock.js @@ -14,6 +14,11 @@ GdlDock = XObject.define( pack : 'add', // default.. can be pack_start... init : function() { + + // dock for the current window exists. - use it.. + if (this.get('^').dock) { + + } this.el = new Gdl.Dock (); this.layout = new Gdl.DockLayout.c_new (this.el); XObject.prototype.init.call(this); -- 2.39.2