Make disabling BOptionPopUp actually work

* Patch by ttcoder
* Fixes #10735
This commit is contained in:
Adrien Destugues
2014-10-12 16:54:27 +02:00
parent b7aac5d21e
commit c8b83b1708
+2
View File
@@ -255,6 +255,8 @@ void
BOptionPopUp::SetEnabled(bool state)
{
BOptionControl::SetEnabled(state);
if (fMenuField)
fMenuField->SetEnabled(state);
}