From: Robert Roebling Date: Mon, 13 Oct 2008 11:21:37 +0000 (+0000) Subject: Use native closure buttons under GTK+ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9861dc94bb77920f9c83dc16b7daba985861a7b9?hp=0004982c831f56c65c390fb617711ff52595c2f3 Use native closure buttons under GTK+ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/propgriddefs.h b/include/wx/propgrid/propgriddefs.h index 54ffdb262a..cadb0ecd23 100644 --- a/include/wx/propgrid/propgriddefs.h +++ b/include/wx/propgrid/propgriddefs.h @@ -84,7 +84,7 @@ // comment to use bitmap buttons #define wxPG_ICON_WIDTH 9 // 1 if wxRendererNative should be employed - #define wxPG_USE_RENDERER_NATIVE 0 + #define wxPG_USE_RENDERER_NATIVE 1 // 1 to use double-buffer that guarantees flicker-free painting #define wxPG_DOUBLE_BUFFER 1