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
fca4a7dd
Commit
fca4a7dd
authored
Jan 12, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC.
parent
54b56123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
fca4a7dd
...
...
@@ -139,8 +139,8 @@ check_find_package_result(OPENGL_FOUND "OpenGL")
# http://www.wxwidgets.org/manuals/2.8/wx_librarieslist.html
if
(
KICAD_AUIMANAGER OR KICAD_AUITOOLBAR
)
#
find_package(wxWidgets COMPONENTS gl html adv core net base aui QUIET)
find_package
(
wxWidgets COMPONENTS gl html adv core net base QUIET
)
find_package
(
wxWidgets COMPONENTS gl html adv core net base aui QUIET
)
#
find_package(wxWidgets COMPONENTS gl html adv core net base QUIET)
else
(
KICAD_AUIMANAGER OR KICAD_AUITOOLBAR
)
find_package
(
wxWidgets COMPONENTS gl html adv core net base QUIET
)
endif
(
KICAD_AUIMANAGER OR KICAD_AUITOOLBAR
)
...
...
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