+ fix: don't jump to caret position after toggle fold by mouse-click

This commit is contained in:
Rainer Kottenhoff 2019-06-13 12:37:37 +02:00
parent 5e6c5fabec
commit bfa2ab88c0
4 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
2251
2252

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.613.2251"
version="5.19.613.2252"
type="win32"
/>
<description>Notepad3 RC2</description>

View File

@ -8207,7 +8207,6 @@ void __stdcall EditFoldPerformAction(DocLn ln, int mode, FOLD_ACTION action)
else {
fToggled = _FoldToggleNode(ln, action);
}
if (fToggled) { SciCall_ScrollCaret(); }
}

View File

@ -8,7 +8,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 613
#define VERSION_BUILD 2251
#define VERSION_BUILD 2252
#define SCINTILLA_VER 416
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH RC2