Hi, 2013/3/21 Markus Metz <[email protected]>: > What is the reason to have a spin control for floating point values? > Could the spin control at least not use the number but the significant > digits (same like printing with %g) for spinning? E.g. for 0.00000001 > I see 0.000 which is wrong. IMHO the spin control should be reverted > to text input.
sometimes float spin controls are useful sometimes not. Useful eg. `d.vect size`, but not for the case you mentioned. Probably we could stay with floating spin control (some improvements required) rather than plain text input. No strong opinion here. Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
