[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: gschem bug when copying components



On Fri, 2006-09-08 at 18:42 +0200, Carlos Nieves Ónega wrote:
> El vie, 08-09-2006 a las 16:32 +0100, Peter Clifton escribió:
> > On Fri, 2006-09-08 at 17:04 +0200, Carlos Nieves Ónega wrote:
> [snip]
> > I'm currently looking to stabalise a version of geda to release on a CD
> > production run, so we're looking to change as little as possible from
> > the last release.


> Then go to x_event.c, function x_button_event_released, and comment out
> the following code:
>       else if ((w_current->event_state == ENDMOVE) ||
>                (w_current->event_state == ENDCOPY) ||
>                (w_current->event_state == ENDMCOPY) ) {


Many thanks... I've just reduced those lines to:

      else if ((w_current->event_state == ENDMOVE) {

I think that will do the trick, but have got to check if there are any
rendering bugs if the user inadvetantly pans or zooms in the middle of
the operation.

Regards

Peter Clifton




_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev