[haiku-bugs] [Haiku] #10735: BOptionPopUp::SetEnabled() does not work

  • From: "ttcoder" <trac@xxxxxxxxxxxx>
  • Date: Tue, 01 Apr 2014 20:03:29 -0000

#10735: BOptionPopUp::SetEnabled() does not work
--------------------------------+------------------------------
 Reporter:  ttcoder             |        Owner:  axeld
     Type:  bug                 |       Status:  new
 Priority:  normal              |    Milestone:  R1
Component:  Kits/Interface Kit  |      Version:  R1/Development
 Keywords:                      |   Blocked By:
 Blocking:                      |  Has a Patch:  0
 Platform:  All                 |
--------------------------------+------------------------------
 BOptionPopUp::SetEnabled() over here
         http://cgit.haiku-
 os.org/haiku/tree/src/kits/interface/OptionPopUp.cpp#n255
 is incorrect, it should "transmit" the call to the actuel widget like
 this:
 {{{
         if(fMenuField)
                 fMenuField->SetEnabled(on);
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/10735>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: