|
From: Tatsuro M. <tma...@ya...> - 2014-05-26 03:49:13
|
--- On Thu, 2014/5/22, Tatsuro MATSUOKA wrote: > --- On Wed, 2014/5/21, Tatsuro MATSUOKA wrote: > > --- On Wed, 2014/5/21, Tait wrote: > > > I don't see the windows binaries on SourceForge, but I did pull them > > > from Tatsuro's site, and the default wxt terminal behaves oddly, now. > > > When I load a script containing "set contour" and a plot or splot, the > > > plot window does not appear until after I move the mouse. Without the > > > "set contour", without the (s)plot, or when not from within a script, > > > the plot displays immediately. > > > > > > To try it out, create a script: > > > reset > > > set contour > > > plot x > > > > > > then 'load "thatscript.gps"' from within gnuplot, without touching the > > > mouse. No plot or plot window is displayed. As soon as the mouse > > > moves, the window appears, with the plot as expected. The behavior is > > > repeatable, for me. Does anybody else see this as well? > > > > > > > > > Ethan A Merritt <sf...@us...> said (on 2014/05/19): > > > > A source tarball for the version 5.0-rc1 release candidate > > > > is now publically accessible on SourceForge:... > > > > Tait. Please confirm whether your operation works well on windows terminal. > > > > I suspect that the change on 2014-01-04 is related to that you pointed out. > > I have aware the phenomenon that all .dem on wxt terminal on windows does not work correctly. Shigeharu Takeno also pointed out that point in the private mail to me. > > Tait Bastian made a fix ************************************************************* 2014-05-24 Bastian Maerkisch <bma...@we...> * src/wxterminal/wxt_gui.cpp (wxt_waitforinput): Do not wait for an event when only checking for mouse events. Bugfix ************************************************************* and I rebuilt Windows binaries. Please test the fixed binaries solve your problem. Tatsuro |