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
bc04d5e5
Commit
bc04d5e5
authored
Mar 10, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete track uses dirty rect
parent
3bb1764d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
class_track.cpp
pcbnew/class_track.cpp
+4
-4
No files found.
pcbnew/class_track.cpp
View file @
bc04d5e5
...
...
@@ -218,10 +218,10 @@ EDA_Rect TRACK::GetBoundingBox() const
if
(
Type
()
==
TYPEVIA
)
{
//
b
ecause vias are sometimes drawn larger than their m_Width would
// provide, erasing them using a dirty rect must also compensate for
// possibility (that the via is larger than its m_Width would provide).
//
b
ecause it is cheap to return a larger BoundingBox, do it so that
//
B
ecause vias are sometimes drawn larger than their m_Width would
// provide, erasing them using a dirty rect must also compensate for
this
// possibility (that the via is larger
on screen
than its m_Width would provide).
//
B
ecause it is cheap to return a larger BoundingBox, do it so that
// the via gets erased properly. Do not divide width by 2 for this reason.
radius
=
m_Width
;
...
...
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