|
From: Petr M. <mi...@ph...> - 2009-07-09 07:09:40
|
> Do you mean this change?
> 2009-07-04 Ethan A Merritt <merritt@u.washington.edu>
> * src/term.c: The code was disabling all mousing and mouse events
> during multiplot.
>
> It only affects multiplot. The transparent_solids demo does not use multiplot.
> So I do not understand how this change could affect the demo.
>
> Perhaps it is a failure to explicitly initialize some variable, and after rebuilding
> that variable happens to get a different starting value?
I think he means the third change in that day:
2009-07-04 Ethan A Merritt <merritt@u.washington.edu>
* src/graphics.c (plot_boxes plot_c_bars do_rectangle do_key_sample):
Remove the fill_corners() routine and instead call term->fillbox()
directly rather than dummying up a call to term->filled_polygon().
Bug #2804784
---
PM
|