Home
last modified time | relevance | path

Searched refs:enableMenu (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp725 bool enableMenu = fPropertyObject; in _CheckMenuStatus() local
726 if (fPropertyM->IsEnabled() != enableMenu) in _CheckMenuStatus()
727 fPropertyM->SetEnabled(enableMenu); in _CheckMenuStatus()