Fixed a crash that happens sometimes when opening the design rule dialog.
This commit is contained in:
parent
dfc624e6b3
commit
1ee0a66083
|
@ -4,6 +4,14 @@ KiCad ChangeLog 2010
|
||||||
Please add newer entries at the top, list the date and your name with
|
Please add newer entries at the top, list the date and your name with
|
||||||
email address.
|
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>
|
2010-apr-23, UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
|
||||||
================================================================================
|
================================================================================
|
||||||
++Pcbnew:
|
++Pcbnew:
|
||||||
|
|
Loading…
Reference in New Issue