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

Fix Coverty reports #33221 #32394 #32393 #32392 #32391

git-svn-id: http://root.cern.ch/svn/root/trunk@41348 27541ba8-7e3a-0410-8455-c3a389f83636
parent e18f6e7f
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ void TParallelCoordRange::ExecuteEvent(Int_t entry, Int_t px, Int_t py)
static Int_t mindragged = -1; //-1:nothing dragged, 0:max dragged, 1:mindragged, 2:both dragged;
Int_t plx1,plx2,ply1,ply2;
Double_t xx,yy,txxmin,txxmax,tyymin,tyymax;
Double_t xx,yy,txxmin=0,txxmax=0,tyymin=0,tyymax=0;
TFrame *frame = gPad->GetFrame();
xx = gPad->AbsPixeltoX(px);
yy = gPad->AbsPixeltoY(py);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment