mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 15:24:35 +02:00
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…
x
Reference in New Issue
Block a user