From b068f55f388ca21b208f41cf7c724f1c49b5b640 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 30 Apr 2019 02:37:44 +0200 Subject: [PATCH] + fix: broken "Focused View" --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/Notepad3.c | 1 - src/VersionEx.h | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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