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
33776f28
Commit
33776f28
authored
Jun 29, 2014
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Pl_Editor scrollbars incorrect position.
parent
d4a76857
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
class_pl_editor_screen.cpp
pagelayout_editor/class_pl_editor_screen.cpp
+3
-0
No files found.
pagelayout_editor/class_pl_editor_screen.cpp
View file @
33776f28
...
...
@@ -84,6 +84,9 @@ PL_EDITOR_SCREEN::PL_EDITOR_SCREEN( const wxSize& aPageSizeIU ) :
for
(
unsigned
i
=
0
;
i
<
DIM
(
pl_editorGridList
);
++
i
)
AddGrid
(
pl_editorGridList
[
i
]
);
// pl_editor uses the same frame position as schematic and board editors
m_Center
=
false
;
// Set the working grid size to a reasonable value
SetGrid
(
MM_GRID
(
1.0
)
);
...
...
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