From 1dec9f059b7d267c9c67f6568411245eece2b7b5 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sat, 12 Jul 2014 19:34:50 +0000 Subject: [PATCH] Credit for patch (r76895). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 407e3002ad..687ede23c3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -60,6 +60,7 @@ All (GUI): - Fix characters outside of the BMP in wxStyledTextCtrl (Thomas Goyne). - Allow access to the currently shown wxInfoBar buttons (Hanmac). - Add wxGenericListCtrl::EndEditLabel() (Tim Kosse). +- Use native renderer for drawing check boxes in wxPropertyGrid (Eran Ifrah). wxGTK: