diff --git a/PowerEditor/src/NppNotification.cpp b/PowerEditor/src/NppNotification.cpp index 0de905389..cfc49fed9 100644 --- a/PowerEditor/src/NppNotification.cpp +++ b/PowerEditor/src/NppNotification.cpp @@ -88,6 +88,10 @@ BOOL Notepad_plus::notify(SCNotification *notification) prevWasEdit = false; } + if (notification->modificationType & SC_MOD_CHANGEINDICATOR) + { + ::InvalidateRect(notifyView->getHSelf(), NULL, FALSE); + } break; }