|
From: Ethan M. <merritt@u.washington.edu> - 2009-07-09 06:16:19
|
On Wednesday 08 July 2009, Tatsuro MATSUOKA wrote: > Hello > > http://www.geocities.jp/tmgpltwin/Files/Files.html > 0018 090709_1.png, 31,991 bytes, 2009-07-09 > 0019 090709_2.png, 32,846 bytes, 2009-07-09 > > The transparent_solids.dem using gnuplot 4.3 ChangeLog 2009-07-04 results in those indicated in the > file '0018 090709_1.png'. The background col or became black. > > However, I once copied the graph to clip board by using mouse click in window bar and clicked the > graph windows again, perhaps screen refresh occurred. Then I could see the the graph as expected as > shown in the file '0019 090709_2.png'. > > This bug is perhaps will be imported by the change in 2009-07-04. 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? |