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
3a887850
Commit
3a887850
authored
Nov 30, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: Fix bug Bug #898178
parent
31bcc6ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
GUI_Translation_HOWTO.odt
Documentation/GUI_Translation_HOWTO.odt
+0
-0
GUI_Translation_HOWTO.pdf
Documentation/GUI_Translation_HOWTO.pdf
+0
-0
move_or_drag_track.cpp
pcbnew/move_or_drag_track.cpp
+4
-1
No files found.
Documentation/GUI_Translation_HOWTO.odt
View file @
3a887850
No preview for this file type
Documentation/GUI_Translation_HOWTO.pdf
View file @
3a887850
No preview for this file type
pcbnew/move_or_drag_track.cpp
View file @
3a887850
...
...
@@ -222,7 +222,10 @@ static void Show_MoveNode( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPo
// Display track length
PCB_BASE_FRAME
*
frame
=
(
PCB_BASE_FRAME
*
)
aPanel
->
GetParent
();
Track
->
DisplayInfo
(
frame
);
if
(
Track
==
NULL
)
// can happen if g_DragSegmentList is empty
Track
=
NewTrack
;
// try to use main item
if
(
Track
)
Track
->
DisplayInfo
(
frame
);
}
...
...
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