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
8ee7d7b6
Commit
8ee7d7b6
authored
Mar 01, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eeschema: bug 2959625 (Mirror Block does not work in Component Editor) fixed
parent
5bccc872
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
class_libentry.cpp
eeschema/class_libentry.cpp
+2
-1
No files found.
eeschema/class_libentry.cpp
View file @
8ee7d7b6
...
@@ -1145,6 +1145,7 @@ void LIB_COMPONENT::CopySelectedItems( const wxPoint& aOffset )
...
@@ -1145,6 +1145,7 @@ void LIB_COMPONENT::CopySelectedItems( const wxPoint& aOffset )
}
}
void
LIB_COMPONENT
::
MirrorSelectedItemsH
(
const
wxPoint
&
aCenter
)
void
LIB_COMPONENT
::
MirrorSelectedItemsH
(
const
wxPoint
&
aCenter
)
{
{
BOOST_FOREACH
(
LIB_DRAW_ITEM
&
item
,
drawings
)
BOOST_FOREACH
(
LIB_DRAW_ITEM
&
item
,
drawings
)
...
@@ -1152,7 +1153,7 @@ void LIB_COMPONENT::MirrorSelectedItemsH( const wxPoint& aCenter )
...
@@ -1152,7 +1153,7 @@ void LIB_COMPONENT::MirrorSelectedItemsH( const wxPoint& aCenter )
if
(
item
.
m_Selected
==
0
)
if
(
item
.
m_Selected
==
0
)
continue
;
continue
;
item
.
SetOffset
(
aCenter
);
item
.
MirrorHorizontal
(
aCenter
);
item
.
m_Flags
=
item
.
m_Selected
=
0
;
item
.
m_Flags
=
item
.
m_Selected
=
0
;
}
}
...
...
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