|
From: Ethan M. <merritt@u.washington.edu> - 2010-02-22 22:24:23
|
On Monday 22 February 2010 12:35:01 don taber wrote:
> Thanks for the tip. Revised patch below works with in-line data.
>
> Don Taber
Applied to CVS. Thanks.
But this is the sort of last-minute change that I worry has a possibility
of breaking something. So I will hold off applying it to 4.4 until after
the release of patchlevel 0.
Unless people think this is important enough to put in the 4.4.0 release
even though it is not widely untested?
Ethan
> ---------------------------------------------------
>
> --- wgraph.c.orig 2010-02-19 11:17:11.000000000 -0800
> +++ wgraph.c 2010-02-22 12:26:56.000000000 -0800
> @@ -771,7 +771,6 @@
> }
> return;
> }
> -
> static void
> SelFont(LPGW lpgw)
> {
> @@ -815,6 +814,8 @@
> strcpy(lpgw->deffontname,lpgw->fontname);
> lpgw->deffontsize = lpgw->fontsize;
> SendMessage(lpgw->hWndGraph,WM_COMMAND,M_REBUILDTOOLS,0L);
> + /* DBT 2010-02-22 replot to force immediate font change, volatile data OK */
> + do_string_replot("");
> }
> #endif
> }
|