diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:42:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:42:29 -0600 |
commit | 1aef904f94a86fecbc71888bc94a790ff36f0403 (patch) | |
tree | fd0070eb9a4dc25fc63b889d55f5c6198a324282 /ChangeLog | |
parent | c03d5480ab0242a8e6b03b466d90d32d39303e71 (diff) | |
download | tqscintilla-1aef904f94a86fecbc71888bc94a790ff36f0403.tar.gz tqscintilla-1aef904f94a86fecbc71888bc94a790ff36f0403.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -840,7 +840,7 @@ Fixed the QextScintilla::marginClicked() signature and changed it to pass the line number rather than the pixel position. Added mouse wheel support from Detlev. Setting the lexer no longer resets all the styles. -The cursor tqshape now changes when moved across the text area and margins. +The cursor shape now changes when moved across the text area and margins. Added ensureLineVisible(), setMarginsBackgroundColor(), setMarginsForegroundColor(), setMarginsFont() and the overloaded setMarginWidth() to QextScintilla. |