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
edea2f91
Commit
edea2f91
authored
Aug 29, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduced displayed events information.
parent
bd8998d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
drawpanel_gal.cpp
common/drawpanel_gal.cpp
+0
-1
tool_manager.cpp
common/tool/tool_manager.cpp
+1
-1
No files found.
common/drawpanel_gal.cpp
View file @
edea2f91
...
...
@@ -212,7 +212,6 @@ void EDA_DRAW_PANEL_GAL::onEvent( wxEvent& aEvent )
}
else
{
printf
(
"evType %d
\n
"
,
aEvent
.
GetEventType
()
);
m_eventDispatcher
->
DispatchWxEvent
(
aEvent
);
}
...
...
common/tool/tool_manager.cpp
View file @
edea2f91
...
...
@@ -214,7 +214,7 @@ void TOOL_MANAGER::dispatchInternal( TOOL_EVENT& aEvent )
bool
TOOL_MANAGER
::
ProcessEvent
(
TOOL_EVENT
&
aEvent
)
{
printf
(
"process: %s
\n
"
,
aEvent
.
Format
().
c_str
()
);
wxLogDebug
(
"event: %s
"
,
aEvent
.
Format
().
c_str
()
);
dispatchInternal
(
aEvent
);
...
...
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