Re: [PATCH 4/4] comctl32/rebar: Implemented dragging between rows
11 Jan
2011
11 Jan
'11
3:20 p.m.
Hello, In this patch, in function REBAR_HandleUDDrag: + if(yOff < 0) + { + /* Place the band above the current top row */ + DPA_DeletePtr(infoPtr->bands, iHitBand); + hitBand->fStyle &= RBBS_BREAK; + REBAR_GetBand(infoPtr, 0)->fStyle |= RBBS_BREAK; + infoPtr->iGrabbedBand = DPA_InsertPtr( + infoPtr->bands, 0, hitBand); + } It looks like that should have been: hitBand->fStyle &= ~RBBS_BREAK; HTH, Joris
5452
Age (days ago)
5452
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joris Huizer