Fix URLs not underlined immediately after copy/paste

Close #8685
This commit is contained in:
Udo Hoffmann 2020-08-09 10:00:21 +02:00 committed by Don HO
parent 6e5a2d5be2
commit f74e4ae159
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ BOOL Notepad_plus::notify(SCNotification *notification)
prevWasEdit = false;
}
if (notification->modificationType & SC_MOD_CHANGEINDICATOR)
{
::InvalidateRect(notifyView->getHSelf(), NULL, FALSE);
}
break;
}