We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f41e4c commit 157e387Copy full SHA for 157e387
hist/histpainter/src/THistPainter.cxx
@@ -4287,7 +4287,7 @@ Int_t THistPainter::MakeChopt(Option_t *choptin)
4287
}
4288
memcpy(l," ", 4);
4289
l = strstr(chopt,"N");
4290
- if (l && fH->InheritsFrom(TH2Poly::Class())) Hoption.Text += 3000;
+ if (l && fH->InheritsFrom(TH2Poly::Class())) Hoption.Text = 3000 + (Hoption.Text != 1 ? Hoption.Text : 0);
4291
Hoption.Color = 0;
4292
4293
l = strstr(chopt,"COLZ");
0 commit comments