Fix for a crashing bug when the next layout element after a radio button or checkbox
is not text. git-svn-id: svn://10.0.0.236/trunk@1053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -6750,8 +6750,11 @@ void CWinCX::invalidateElement( LO_Element *pElement )
|
||||
pp = (LO_Any *)pElement->lo_any.next;
|
||||
}
|
||||
// for other Form element type( button, text input...), the widget handles the focus.
|
||||
ResolveElement(Rect, pp->x, pp->y, pp->x_offset,pp->y_offset, pp->width, pp->height);
|
||||
rectEmpty = FALSE;
|
||||
if (pp)
|
||||
{
|
||||
ResolveElement(Rect, pp->x, pp->y, pp->x_offset,pp->y_offset, pp->width, pp->height);
|
||||
rectEmpty = FALSE;
|
||||
}
|
||||
break;
|
||||
case LO_TEXT :
|
||||
// for a text(link), the element itself has a dotted box as focus.
|
||||
|
||||
Reference in New Issue
Block a user