summaryrefslogtreecommitdiffstats
path: root/tqt/SciListBox.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:59:21 +0900
commit3f2dc73d5a565121db00f4a0f050a48910b51623 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/SciListBox.cpp
parent3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff)
downloadtqscintilla-master.tar.gz
tqscintilla-master.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/SciListBox.cpp')
-rw-r--r--tqt/SciListBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt/SciListBox.cpp b/tqt/SciListBox.cpp
index f1c0e82..414b65d 100644
--- a/tqt/SciListBox.cpp
+++ b/tqt/SciListBox.cpp
@@ -182,7 +182,7 @@ int ListBoxX::Length()
void ListBoxX::Select(int n)
{
- slb -> setSelected(n,TRUE);
+ slb -> setSelected(n,true);
}