+ fix: broken "Focused View"

This commit is contained in:
Rainer Kottenhoff 2019-04-30 02:37:44 +02:00
parent 882caceed1
commit b068f55f38
4 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
1683
1684

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.430.1683"
version="5.19.430.1684"
type="win32"
/>
<description>Notepad3 develop</description>

View File

@ -260,7 +260,6 @@ void ObserveNotifyChangeEvent()
InterlockedDecrement(&iNotifyChangeStackCounter);
}
if (CheckNotifyChangeEvent()) {
Sci_ApplyStyle(0, -1);
EditUpdateUrlHotspots(Globals.hwndEdit, 0, -1, Settings.HyperlinkHotspot);
EditFinalizeStyling(-1);
UpdateAllBars(false);

View File

@ -8,7 +8,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 430
#define VERSION_BUILD 1683
#define VERSION_BUILD 1684
#define SCINTILLA_VER 415
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH develop