Skip to content
Snippets Groups Projects
Commit 706e8996 authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

No need in Update/Modified calls actually.

parent 3d4b6e1a
Branches
Tags
No related merge requests found
......@@ -84,6 +84,4 @@ void grad()
hist->SetFillColor(histGradient);
hist->FillRandom("gaus", 100000);
hist->Draw();
cnv->Update();
}
......@@ -107,7 +107,4 @@ void gradients()
//
pie->SetRadius(0.4);
pie->Draw("rsc");
c->Modified();
c->Update();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment