mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-28 21:02:59 +08:00
+ fix: broken "Focused View"
This commit is contained in:
parent
882caceed1
commit
b068f55f38
@ -1 +1 @@
|
||||
1683
|
||||
1684
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.430.1683"
|
||||
version="5.19.430.1684"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 develop</description>
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user