This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/17156] AWT menu items dont get greyed when disabled.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-24 05:27 -------
Looks like a peer problem:
...
  if (peer != null)
    ((MenuItemPeer) peer).setEnabled (false);
And it is:
  public void setEnabled (boolean b)
  {
    // do nothing, for now.
  }

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-24 05:27:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17156


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]