Revert "Fix #10902 Terminal crashes setting window size."
This reverts commit 4c8d238716
.
This commit is contained in:
parent
5443e035e8
commit
4bf5fb9252
@ -966,10 +966,10 @@ TermView::HyperLinkState::_EntryExists(const BString& path,
|
||||
void
|
||||
TermView::HyperLinkState::_UpdateHighlight()
|
||||
{
|
||||
if (fView == NULL)
|
||||
return;
|
||||
|
||||
_UpdateHighlight(fView->fLastClickPoint, fView->fModifiers);
|
||||
BPoint where;
|
||||
uint32 buttons;
|
||||
fView->GetMouse(&where, &buttons, false);
|
||||
_UpdateHighlight(where, fView->fModifiers);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user