|
From: Tatsuro M. <tma...@ya...> - 2009-12-23 05:42:18
|
Hello As you have mentioned, I have confirmed your fix. http://sourceforge.net/tracker/index.php?func=detail&aid=1952287&group_id=2055&atid=102055 I am glad you to get rid of this bug. Regards Tatsuro --- Ethan Merritt wrote: > I think I may have found the underlying cause of bug #1952287 > (windows terminal shows dotted lines around rectangles with default style). > I have made the change in CVS for 4.5, and also attach the patch below. > > Could someone confirm whether this does in fact fix bug #1952287? > > If so, I'll apply it to 4.4 as well. > > Ethan > > -- > Ethan A Merritt > > --- gnuplot/src/win/wgraph.c 2009-09-08 09:29:32.000000000 -0700 > +++ gnuplot-cvs/src/win/wgraph.c 2009-12-22 12:48:24.000000000 -0800 > @@ -932,8 +932,8 @@ drawgraph(LPGW lpgw, HDC hdc, LPRECT rec > if (cur_pen > WGNUMPENS) > cur_pen = cur_pen % WGNUMPENS; > if (cur_pen <= LT_BACKGROUND) { > - cur_pen = 1; > - cur_penstruct = lpgw->colorpen[1]; > + cur_pen = 0; > + cur_penstruct = lpgw->colorpen[0]; > cur_penstruct.lopnColor = lpgw->background; > } else { > cur_pen += 2; > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- Get Disney character's mail address on Yahoo! Mail http://pr.mail.yahoo.co.jp/disney/ |