removeVisibleTag(IVisible tag,int direction) if(model.remove(tag)){ retNode = relocateCaret(tag,SWT.RIGHT); }else{ //here: if tag is zero size, and remove failed:hxNode //retNode will be hxNode, it's incorrect value. retNode = tag; }
Logged In: YES user_id=465192
Now, findVisibleTag() also exclude size.x == 0 component. And retNode also do findVisibleTag() function.
Log in to post a comment.
Logged In: YES
user_id=465192
Now, findVisibleTag() also exclude size.x == 0 component.
And retNode also do findVisibleTag() function.