Commit 1ee0a660 authored by Administrateur's avatar Administrateur
Browse files

Fixed a crash that happens sometimes when opening the design rule dialog.

parent dfc624e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4,6 +4,14 @@ KiCad ChangeLog 2010
Please add newer entries at the top, list the date and your name with
email address.

2010-apr-29, UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
++Pcbnew:
    Fixed a crash that happens sometimes when opening the design rule dialog.
    (due to the sorting function by netclass then by netname)
    The sorting by netclass then by netname is now working well.


2010-apr-23, UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
++Pcbnew: