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
c8fc149a
Commit
c8fc149a
authored
Oct 30, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed segfault occurring on rendering backend switch when pcbnew is run from the main KiCad dialog.
parent
416c4461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
basepcbframe.cpp
pcbnew/basepcbframe.cpp
+3
-0
No files found.
pcbnew/basepcbframe.cpp
View file @
c8fc149a
...
...
@@ -599,6 +599,9 @@ void PCB_BASE_FRAME::UseGalCanvas( bool aEnable )
{
EDA_DRAW_FRAME
::
UseGalCanvas
(
aEnable
);
m_toolManager
->
SetEnvironment
(
m_Pcb
,
m_galCanvas
->
GetView
(),
m_galCanvas
->
GetViewControls
(),
this
);
ViewReloadBoard
(
m_Pcb
);
}
...
...
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