parent
6e5a2d5be2
commit
f74e4ae159
|
@ -88,6 +88,10 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||||
prevWasEdit = false;
|
prevWasEdit = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (notification->modificationType & SC_MOD_CHANGEINDICATOR)
|
||||||
|
{
|
||||||
|
::InvalidateRect(notifyView->getHSelf(), NULL, FALSE);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue