Skip to content

Commit 055b4f1

Browse files
ferdymercurylinev
authored andcommitted
Apply suggestion from @ferdymercury
1 parent 1aac4e1 commit 055b4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graf2d/gpad/src/TPad.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ void TPad::Divide(Int_t nx, Int_t ny, Float_t xmargin, Float_t ymargin, Int_t co
12981298
}
12991299
}
13001300
} else {
1301-
// special case when xmargin < 0 && ymargin < 0
1301+
// special case when xmargin < 0 or ymargin < 0
13021302
Double_t xl = GetLeftMargin();
13031303
Double_t xr = GetRightMargin();
13041304
Double_t yb = GetBottomMargin();

0 commit comments

Comments
 (0)