From: Jun T <tak...@kb...> - 2018-07-06 01:18:49
|
A revised patch is attached. > 2018/07/06 2:41, Ethan A Merritt <me...@uw...> wrote: > > I notice only: > - gnuplot style has been to follow C rules and place declarations > only at the top of a block Sorry, I thought it was OK because aquaterm.trm is in Objective-C. > - needs free(s) at line 227 Yes, indeed. > They should be reset if the > plot window size is changed interactively using the mouse but not for > font changes. Thanks. I had no idea what v_tic/h_tic were for. I just guessed it need be reset from the comments in wxt_gui.cpp (line 2438) and gp_cairo.c (line 1916). It seems gp_cairo_set_termvar() had a code to reset v_tic/h_tic but it was removed long time ago. Only old comments remain. Jun |