Skip to content
Snippets Groups Projects
Commit 6fa4e6d8 authored by Olivier Couet's avatar Olivier Couet
Browse files

- Fix a typo: "8" was written instead of "*" in the TCanvas declaration.

git-svn-id: http://root.cern.ch/svn/root/trunk@17723 27541ba8-7e3a-0410-8455-c3a389f83636
parent a7eefa22
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ void surfaces() { ...@@ -3,7 +3,7 @@ void surfaces() {
// To see the output of this macro, click begin_html <a href="gif/surfaces.gif">here</a> end_html // To see the output of this macro, click begin_html <a href="gif/surfaces.gif">here</a> end_html
//Author: Rene Brun //Author: Rene Brun
TCanvas 8c1 = new TCanvas("c1","Surfaces Drawing Options",200,10,700,900); TCanvas *c1 = new TCanvas("c1","Surfaces Drawing Options",200,10,700,900);
c1->SetFillColor(42); c1->SetFillColor(42);
gStyle->SetFrameFillColor(42); gStyle->SetFrameFillColor(42);
title = new TPaveText(.2,0.96,.8,.995); title = new TPaveText(.2,0.96,.8,.995);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment