diff options
author | Neil <nyamatongwe@gmail.com> | 2016-02-23 11:17:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-02-23 11:17:05 +1100 |
commit | e5a27cf16a0144a534ff07905380af5eedbbb76b (patch) | |
tree | e69c721389467400ac1b88d86d67426b82342114 /doc/ScintillaHistory.html | |
parent | fe0d39ee1c34dfeada9909af44646ce43f0ef226 (diff) | |
download | scintilla-mirror-e5a27cf16a0144a534ff07905380af5eedbbb76b.tar.gz |
Retry OpenClipboard if it fails as another application may have opened it.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6bdcb1e5d..1c5f2f356 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,10 @@ <li> IME target range displayed on Qt for OS X. </li> + <li> + On Windows, make clipboard operations more robust by retrying OpenClipboard if it fails + as this may occur when another application has opened the clipboard. + </li> </ul> <h3> <a href="http://www.scintilla.org/scite363.zip">Release 3.6.3</a> |