Skip to content
Snippets Groups Projects
Commit 8604adf9 authored by Philippe Canal's avatar Philippe Canal
Browse files

Reset fAction to allow proper re-use of TSelectorDraw (fixes <http://savannah.cern.ch/bugs/?76084>

git-svn-id: http://root.cern.ch/svn/root/trunk@37346 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1a15eeab
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,7 @@ void TSelectorDraw::Begin(TTree *tree) ...@@ -108,6 +108,7 @@ void TSelectorDraw::Begin(TTree *tree)
fSelectedRows = 0; fSelectedRows = 0;
fTree = tree; fTree = tree;
fDimension = 0; fDimension = 0;
fAction = 0;
const char *varexp0 = fInput->FindObject("varexp")->GetTitle(); const char *varexp0 = fInput->FindObject("varexp")->GetTitle();
const char *selection = fInput->FindObject("selection")->GetTitle(); const char *selection = fInput->FindObject("selection")->GetTitle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment