a bug fix

This commit is contained in:
dickelbeck 2007-08-04 04:42:30 +00:00
parent 840ecbb755
commit 803ecc3bbf
1 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,22 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Aug-04 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
+ pcbnew
Read-ability formatting, I am playing with a C++ beautifier called uncrustify.
Fixed a bug in "display local ratsnest pad or module": if you had a small
module and the mouse clicked its reference text, the ratnest for
the associated module would not show. The work around was to add
support to Show_1_Ratsnest() so it could take a TYPETEXTEMODULE as
the result of the hit-testing. But I think a longer term better
solution will be to create a specific search function for this kind
of hit-testing, one which could disregard text and look only for
pads and modules.
2007-aug-02 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+ pcbnew