Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22322/source/script/widgets
Modified Files:
Tag: renderer
QxMenu.js
Log Message:
Minor fix
Index: QxMenu.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxMenu.js,v
retrieving revision 1.17.2.33
retrieving revision 1.17.2.34
diff -C2 -d -r1.17.2.33 -r1.17.2.34
*** QxMenu.js 13 Jan 2006 10:50:26 -0000 1.17.2.33
--- QxMenu.js 16 Jan 2006 10:24:03 -0000 1.17.2.34
***************
*** 134,139 ****
proto._beforeAppear = function()
{
! QxAtom.prototype._beforeAppear.call(this);
!
// register to menu manager as active widget
QxMenuManager.add(this);
--- 134,139 ----
proto._beforeAppear = function()
{
! QxCanvasLayout.prototype._beforeAppear.call(this);
!
// register to menu manager as active widget
QxMenuManager.add(this);
***************
*** 148,152 ****
proto._beforeDisappear = function()
{
! QxAtom.prototype._beforeDisappear.call(this);
// zIndex handling
--- 148,152 ----
proto._beforeDisappear = function()
{
! QxCanvasLayout.prototype._beforeDisappear.call(this);
// zIndex handling
|