diff --git a/src/kits/interface/OptionPopUp.cpp b/src/kits/interface/OptionPopUp.cpp index c31650cbb4..0dd58740e5 100644 --- a/src/kits/interface/OptionPopUp.cpp +++ b/src/kits/interface/OptionPopUp.cpp @@ -255,6 +255,8 @@ void BOptionPopUp::SetEnabled(bool state) { BOptionControl::SetEnabled(state); + if (fMenuField) + fMenuField->SetEnabled(state); }