diff options
author | Neil <nyamatongwe@gmail.com> | 2024-02-28 09:57:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-02-28 09:57:51 +1100 |
commit | d021884ab62bb339427cb01bebb2660f47417019 (patch) | |
tree | c3805bb453ccc1309ce40f24dcd58f9ac375f1c4 /doc | |
parent | 788c7b6cd96bd6734a77e654d1c59b3b48117953 (diff) | |
download | scintilla-mirror-d021884ab62bb339427cb01bebb2660f47417019.tar.gz |
Ensure keyboard-initiated context menu appears in multi-screen situations when
in PopUp::Text mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 59373c8e2..7c8e77510 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -606,6 +606,9 @@ created on different threads. There may be more problems with this scenario so it should be avoided. <a href="https://sourceforge.net/p/scintilla/bugs/2420/">Bug #2420</a>. </li> + <li> + For Win32, ensure keyboard-initiated context menu appears in multi-screen situations. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla541.zip">Release 5.4.1</a> |