All Items Selected in pull down menu |
Post Reply |
Author | |
byteman
Groupie Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 26 July 2020 at 1:37pm |
The problem appeared in our app after updating to 19.2 and is reproducible in the CodeJock sample app: ...\Samples\PropertyGrid\GridSample (see attached screenshot). No changes were made in the sample code
The pulldown menu control works fine it's just the highlighting is broken. |
|
byteman
Groupie Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |
Post Options
Thanks(0)
|
I was told this a known issues and will be resolved in TKP 19.3
|
|
DiZSl
Newbie Joined: 08 August 2020 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
My fix: replace line BOOL bSelected = ((0 != lpDrawItemStruct->itemState) & ODS_SELECTED); toBOOL bSelected = (0 != (lpDrawItemStruct->itemState & ODS_SELECTED)); in function void CXTPPropertyGridInplaceList::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) |
|
docontrol
Groupie Joined: 07 December 2009 Location: Denmark Status: Offline Points: 35 |
Post Options
Thanks(0)
|
I had the same issue and was told that there is a bug in 19.2. I was provided with a patch to fix that error and now it looks fine.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |