X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONPainterPlotSelector.cxx;h=7b544904e0c5f8eb85aabaf9948d0dc7971ff291;hb=bd0e81530434e60f06036a2ee112634aced4fe4d;hp=a5bf778e90e64c74f4f39b75558280c684ad7735;hpb=ede0d5904786215d362003672446a2ea9881505e;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONPainterPlotSelector.cxx b/MUON/AliMUONPainterPlotSelector.cxx index a5bf778e90e..7b544904e0c 100644 --- a/MUON/AliMUONPainterPlotSelector.cxx +++ b/MUON/AliMUONPainterPlotSelector.cxx @@ -585,6 +585,13 @@ AliMUONPainterPlotSelector::UpdateTypeButton() { padButton->SetEnabled(fCurrentData->IsChannelLevelEnabled()); } + TGTextButton* manuButton = static_cast + (AliMUONPainterInterfaceHelper::FindButtonByName(*fTypes,"MANU")); + if (manuButton) + { + manuButton->SetEnabled(fCurrentData->IsManuLevelEnabled()); + } + } TGTextButton* button = static_cast