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
6196921a
Commit
6196921a
authored
Aug 06, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
REMOVE: check for repeat_item->Flags() == 0 in eeschema/hotkeys.cpp
parent
3f8343b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
hotkeys.cpp
eeschema/hotkeys.cpp
+2
-5
No files found.
eeschema/hotkeys.cpp
View file @
6196921a
...
@@ -385,11 +385,8 @@ void SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
...
@@ -385,11 +385,8 @@ void SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
break
;
break
;
case
HK_REPEAT_LAST
:
case
HK_REPEAT_LAST
:
if
(
notBusy
&&
GetRepeatItem
()
)
if
(
notBusy
)
{
RepeatDrawItem
(
aDC
);
//if( GetRepeatItem()->GetFlags() == 0 )
RepeatDrawItem
(
aDC
);
}
break
;
break
;
case
HK_END_CURR_LINEWIREBUS
:
case
HK_END_CURR_LINEWIREBUS
:
...
...
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