diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
commit | b3566a6c6754f013b55063c28b90995be612da96 (patch) | |
tree | dd590262fefe39114300e6d376b68df0b435c0f2 /ChangeLog | |
parent | 1aef904f94a86fecbc71888bc94a790ff36f0403 (diff) | |
download | tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.tar.gz tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ Possibly fixed a possible problem with double clicking under Windows. 2006/07/02 14:27:26 phil Added setWrapVisualFlags(), WrapMode::WrapCharacter, WrapVisualFlag to QextScintilla. -The tqlayout cache is now set according to the wrap mode. +The layout cache is now set according to the wrap mode. Setting a wrap mode now disables the horizontal scrollbar. |