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
fe7a7215
Commit
fe7a7215
authored
Feb 05, 2011
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix junction drawn off grid on root sheet bug.
parent
0d8cb9b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
files-io.cpp
eeschema/files-io.cpp
+1
-0
schframe.cpp
eeschema/schframe.cpp
+1
-0
No files found.
eeschema/files-io.cpp
View file @
fe7a7215
...
...
@@ -297,6 +297,7 @@ bool SCH_EDIT_FRAME::LoadOneEEProject( const wxString& FileName, bool IsNew )
// load the project.
g_RootSheet
->
SetScreen
(
NULL
);
bool
diag
=
g_RootSheet
->
Load
(
this
);
SetScreen
(
m_CurrentSheet
->
LastScreen
()
);
/* Redraw base screen (ROOT) if necessary. */
GetScreen
()
->
SetGrid
(
ID_POPUP_GRID_LEVEL_1000
+
m_LastGridSizeId
);
...
...
eeschema/schframe.cpp
View file @
fe7a7215
...
...
@@ -324,6 +324,7 @@ void SCH_EDIT_FRAME::CreateScreens()
if
(
g_RootSheet
->
GetScreen
()
==
NULL
)
{
g_RootSheet
->
SetScreen
(
new
SCH_SCREEN
()
);
SetScreen
(
g_RootSheet
->
GetScreen
()
);
}
g_RootSheet
->
GetScreen
()
->
SetFileName
(
m_DefaultSchematicFileName
);
...
...
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