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