Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
5bf0a259
Commit
5bf0a259
authored
Aug 19, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: fixed a bug that crashes pcbnew when dragging a track segment
parent
958e663d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
move_or_drag_track.cpp
pcbnew/move_or_drag_track.cpp
+1
-1
No files found.
pcbnew/move_or_drag_track.cpp
View file @
5bf0a259
...
...
@@ -827,7 +827,7 @@ void WinEDA_PcbFrame::Start_DragTrackSegmentAndKeepSlope( TRACK* track, wxDC* DC
if
(
TrackToEndPoint
)
{
TrackToEndPoint
->
SetState
(
BUSY
,
ON
);
if
(
(
TrackTo
Start
Point
->
Type
()
==
TYPE_VIA
)
||
if
(
(
TrackTo
End
Point
->
Type
()
==
TYPE_VIA
)
||
Locate_Piste_Connectee
(
track
,
GetBoard
()
->
m_Track
,
NULL
,
END
)
)
error
=
true
;
TrackToEndPoint
->
SetState
(
BUSY
,
OFF
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment