Skip to content
Snippets Groups Projects
Commit f3480dec authored by Rene Brun's avatar Rene Brun
Browse files

Replace call to SetTextColor by SetLabelColor

git-svn-id: http://root.cern.ch/svn/root/trunk@6622 27541ba8-7e3a-0410-8455-c3a389f83636
parent daec8d24
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,6 @@ void twoscales()
TGaxis *axis = new TGaxis(gPad->GetUxmax(),gPad->GetUymin(),
gPad->GetUxmax(), gPad->GetUymax(),0,rightmax,510,"+L");
axis->SetLineColor(kRed);
axis->SetTextColor(kRed);
axis->SetLabelColor(kRed);
axis->Draw();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment