From fca4a7dd424894f5ac72f8b96cfd87372e57b910 Mon Sep 17 00:00:00 2001 From: charras Date: Tue, 12 Jan 2010 13:44:22 +0000 Subject: [PATCH] Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90aed790d8..0fe7075f34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )