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
9fca82c2
Commit
9fca82c2
authored
Sep 08, 2014
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: bugfix for crashes when canvas is switched while dragging items (GAL).
parent
16b2c401
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
edit_tool.cpp
pcbnew/tools/edit_tool.cpp
+6
-0
edit_tool.h
pcbnew/tools/edit_tool.h
+1
-1
No files found.
pcbnew/tools/edit_tool.cpp
View file @
9fca82c2
...
...
@@ -48,6 +48,12 @@ EDIT_TOOL::EDIT_TOOL() :
}
void
EDIT_TOOL
::
Reset
(
RESET_REASON
aReason
)
{
m_dragging
=
false
;
}
bool
EDIT_TOOL
::
Init
()
{
// Find the selection tool, so they can cooperate
...
...
pcbnew/tools/edit_tool.h
View file @
9fca82c2
...
...
@@ -50,7 +50,7 @@ public:
EDIT_TOOL
();
/// @copydoc TOOL_INTERACTIVE::Reset()
void
Reset
(
RESET_REASON
aReason
)
{}
;
void
Reset
(
RESET_REASON
aReason
);
/// @copydoc TOOL_INTERACTIVE::Init()
bool
Init
();
...
...
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