diff --git a/Versions/build.txt b/Versions/build.txt
index 6c19a26a5..505c5cc23 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1683
+1684
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 29b926b3e..838fc3f68 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 develop
diff --git a/src/Notepad3.c b/src/Notepad3.c
index 8e0e29123..30a6ad2bf 100644
--- a/src/Notepad3.c
+++ b/src/Notepad3.c
@@ -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);
diff --git a/src/VersionEx.h b/src/VersionEx.h
index aefb3f469..fbd912cf5 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -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