From 61f86808d165b0baef8965851752d6e922a03692 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Thu, 27 May 2010 14:04:40 +0000 Subject: [PATCH] Added change log entry about the wxComboCtrl focus draw change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 81a33bd64a..fce0405753 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -100,6 +100,8 @@ wxMSW: - Backported improved wxOwnerDrawnComboBox and wxComboCtrl appearance under Windows Vista/7. +- wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now + have more native-like focus indicator rendering. 2.8.11: -------