Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#10735 closed bug (fixed)

BOptionPopUp::SetEnabled() does not work

Reported by: ttcoder Owned by: waddlesplash
Priority: normal Milestone: R1/beta1
Component: Kits/Interface Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

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);

Change History (4)

comment:1 by waddlesplash, 10 years ago

Milestone: R1R1/alpha5
Owner: changed from axeld to waddlesplash
Status: newassigned

Anyone have a reason why that change can't be applied?

comment:2 by ttcoder, 10 years ago

For me it's a clear "go"

comment:3 by pulkomandy, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev48006.

comment:4 by pulkomandy, 9 years ago

Milestone: R1/alpha5R1/beta1
Note: See TracTickets for help on using tickets.