[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [ geda-Bugs-1765808 ] After a move, cues are not drawn on a single segment



Bugs item #1765808, was opened at 2007-08-01 21:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1765808&group_id=161080

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: gschem
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ales Hvezda (ahvezda)
Assigned to: Nobody/Anonymous (nobody)
Summary: After a move, cues are not drawn on a single segment

Initial Comment:
If you draw a single net segment, select it, and then move it, you will notice that the net segment does not have the red rectangle cues at the end.  

The fix (courtesy of PeterC) seems to be:


@@ -198,6 +198,7 @@ void o_draw_selected(TOPLEVEL *w_current)

    if (o_current) {
       o_redraw_single(w_current, o_current);
+      o_cue_draw_single(w_current, o_current);
    }
     s_current=s_current->next;
   }

However, it would be good to know why this is needed (at what release this behavior changed).

Note, moving multiple segments does draw all the proper cues on the net segments.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1765808&group_id=161080


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