diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-12-06 09:13:12 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-12-06 09:13:12 +1100 |
| commit | ec7244be5ceb336e1a7abb90a943f9cbd74b5af5 (patch) | |
| tree | 8e30f5583a73c6be260ec35b754fac11307153fd /doc/ScintillaHistory.html | |
| parent | 7bf090a49ac35fd92c22b6a6409d08d8b7a08554 (diff) | |
| download | scintilla-mirror-ec7244be5ceb336e1a7abb90a943f9cbd74b5af5.tar.gz | |
Prevent overlapping text with calltip.
From Mitchell Foral.
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 757c38a6d..6acd62794 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -482,6 +482,10 @@ Released 2 December 2014. </li> <li> + When the calltip window is taller than the Scintilla window, leave it in a + position that avoids overlapping the Scintilla text. + </li> + <li> Reverted a fix on Qt where Qt 5.3 has returned to the behaviour of 4.x. <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> |
