Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC.
This commit is contained in:
parent
54b561236f
commit
fca4a7dd42
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue