Hi Daniel

Yes I understand this (as is evident from my original post).
With current implementation IMHO there is an inconsistency :

var btn = new qx.ui.form.MenuButton("Menu Button",null,  menu);    // no
icon    ???     
var btn = new qx.ui.form.MenuButton("Menu Button",undefined,  menu);   //
icon
var btn = new qx.ui.form.MenuButton("Menu Button");   // icon

This can be solved with:

Atom.js , line 78

   if (icon !== undefined && icon !== null) { 
  ....


regards
FranĨek








--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/MenuButton-can-t-exclude-default-icon-tp7583900p7583904.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to