diff options
author | dail8859 <dail8859@yahoo.com> | 2022-10-29 21:09:28 +1100 |
---|---|---|
committer | dail8859 <dail8859@yahoo.com> | 2022-10-29 21:09:28 +1100 |
commit | 5ae14dd681c7f78af6d184286f3c2a94dac9a40b (patch) | |
tree | 11fdcce5d9788d6a36a07efb6916c1565f19db13 /doc/ScintillaHistory.html | |
parent | c0371d58dfd4d055b040ba7274fb5b537532d257 (diff) | |
download | scintilla-mirror-5ae14dd681c7f78af6d184286f3c2a94dac9a40b.tar.gz |
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 467b3a492..87303cb4f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -602,6 +602,9 @@ Temporarily switch DPI awareness to find correct monitor in GDI scaling mode. <a href="https://sourceforge.net/p/scintilla/bugs/2344/">Bug #2344</a>. </li> + <li> + On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla531.zip">Release 5.3.1</a> |