]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterPlotSelector.cxx
mixing example
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterPlotSelector.cxx
index a5bf778e90e64c74f4f39b75558280c684ad7735..7b544904e0c5f8eb85aabaf9948d0dc7971ff291 100644 (file)
@@ -585,6 +585,13 @@ AliMUONPainterPlotSelector::UpdateTypeButton()
                { 
                        padButton->SetEnabled(fCurrentData->IsChannelLevelEnabled());
                }
+               TGTextButton* manuButton = static_cast<TGTextButton*>
+               (AliMUONPainterInterfaceHelper::FindButtonByName(*fTypes,"MANU"));
+               if (manuButton) 
+               { 
+                       manuButton->SetEnabled(fCurrentData->IsManuLevelEnabled());
+               }
+    
        }
        
   TGTextButton* button = static_cast<TGTextButton*>