]> git.saurik.com Git - wxWidgets.git/commit
fixed wxListCtrl::EditLabel for MSW (ListView_EditLabel fails if
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 10 May 2001 16:41:47 +0000 (16:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 10 May 2001 16:41:47 +0000 (16:41 +0000)
commitaa50e893ee119e4c66414d7f194d89a3d9a23819
tree02b81f96a5885416e3402af7a388382c0a547c53
parente9c4c02c19c11e6cd487e03e0a7b105d0281fd7e
fixed wxListCtrl::EditLabel for MSW (ListView_EditLabel fails if
the control does not have focus, so I changed EditLabel to always set focus to *this
before calling LV_EditLabel). This fixes wxEditableListBox.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/listctrl.cpp