Index: graf2d/graf/src/TLegend.cxx =================================================================== --- graf2d/graf/src/TLegend.cxx (revision 42013) +++ graf2d/graf/src/TLegend.cxx (working copy) @@ -796,7 +796,13 @@ } } } - + if(opt.Contains("e") && !(opt.Contains("l") || opt.Contains("f"))){ + TLine entryline(xsym, ysym - yspace*0.30, + xsym, ysym + yspace*0.30); + entryline.SetBit(TLine::kLineNDC); + entry->TAttLine::Copy(entryline); + entryline.Paint(); + } // Draw Polymarker if ( opt.Contains("p")) {