Make disabling BOptionPopUp actually work
* Patch by ttcoder * Fixes #10735
This commit is contained in:
@@ -255,6 +255,8 @@ void
|
||||
BOptionPopUp::SetEnabled(bool state)
|
||||
{
|
||||
BOptionControl::SetEnabled(state);
|
||||
if (fMenuField)
|
||||
fMenuField->SetEnabled(state);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user