mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 14:24:58 +02:00
parent
6e5a2d5be2
commit
f74e4ae159
@ -88,6 +88,10 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||
prevWasEdit = false;
|
||||
}
|
||||
|
||||
if (notification->modificationType & SC_MOD_CHANGEINDICATOR)
|
||||
{
|
||||
::InvalidateRect(notifyView->getHSelf(), NULL, FALSE);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user