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

Add the statement c1->Modified() at the end of hsimple.C to force the update of the

canvas when the macro terminates.


git-svn-id: http://root.cern.ch/svn/root/trunk@826 27541ba8-7e3a-0410-8455-c3a389f83636
parent c2694a97
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ ...@@ -65,7 +65,8 @@
hpx->SetFillColor(0); hpx->SetFillColor(0);
hfile->Write(); hfile->Write();
hpx->SetFillColor(48); hpx->SetFillColor(48);
c1->Modified();
// Note that the file is automatically close when application terminates // Note that the file is automatically close when application terminates
// or when the file destructor is called. // or when the file destructor is called.
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment