X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZKip8sYxsr+DDFy2ifJK9CcbVUkkG9WOqKjhUHwPcs8=; b=S0wi5TgUgvBvDGZUfPg7TLIB+Th6vCMDmfThHAJaAbosz8sfk+uXzV7o8ucEtNwE9N jZb+For75zpEndOB9X6csIHMfF95K+ffJ3hcVvchtbnCTubrJAkiaDTLXkOad061ed35 8L/y/WwY9nJgyf8vCTdnm4bA1Lc20qdPaOYujX15dIAzg1Kzmt5qdRMTFImp644tAxnv R1agAZnFEILOzChHidmskoei0HZrDcYSggQVd70brhBJXQiJIm/iW2uYgXBAHb3VnZ9s F2AO0Yoy4/LzV0QZcN/MrhFEfpNQnc/7HgsbU84O7PbJXFFMtmUfz7LjU7L6khV/U45B 7VuQ== MIME-Version: 1.0 X-Received: by 10.194.173.233 with SMTP id bn9mr115885393wjc.1.1452202239543; Thu, 07 Jan 2016 13:30:39 -0800 (PST) In-Reply-To: References: <201601052151 DOT u05LpHrp007414 AT envy DOT delorie DOT com> <20160105233234 DOT bdd3c056655e420df5976a1c AT gmail DOT com> <201601052312 DOT u05NCVkg014756 AT envy DOT delorie DOT com> <20160106091003 DOT 4F6B1809D7A0 AT turkos DOT aspodata DOT se> <201601070418 DOT u074IJZt018838 AT envy DOT delorie DOT com> Date: Thu, 7 Jan 2016 12:30:39 -0900 Message-ID: Subject: Re: [geda-user] Re: some more geometry module tweaks (nm maximum size) From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0122f088a1536b0528c52e0e Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --089e0122f088a1536b0528c52e0e Content-Type: text/plain; charset=UTF-8 On Wed, Jan 6, 2016 at 7:31 PM, wrote: > > > On Wed, 6 Jan 2016, DJ Delorie wrote: > > >> bits so I can zoom and pan, but with the gtk hid the crosshair simply >>> overflows (and jumps back to 0) at 2.1 meter. >>> >> >> That would be 2^31 nanometers >> >> > Yup, we met this number in an earlier thread. Might be just a casual "int" > instead of a Coord somewhere. > I found it, it's a pretty easy fix to make in work right for boards up to the coord limit size, just by limiting excess zoom out for huge boards such that overflow is avoided. I'll push a fix soon. Britton --089e0122f088a1536b0528c52e0e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Jan 6, 2016 at 7:31 PM, <gedau AT igor2 DOT repo DOT hu>= wrote:


On Wed, 6 Jan 2016, DJ Delorie wrote:


bits so I can zoom and pan, but with the gtk hid the crosshair simply
overflows (and jumps back to 0) at 2.1 meter.

That would be 2^31 nanometers


Yup, we met this number in an earlier thread. Might be just a casual "= int" instead of a Coord somewhere.

I found = it, it's a pretty easy fix to make in work right for boards up to the c= oord limit size, just by limiting excess zoom out for huge boards such that= overflow is avoided.=C2=A0 I'll push a fix soon.

Britt= on

--089e0122f088a1536b0528c52e0e--