diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-04 13:24:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-04 13:59:21 +0900 |
commit | 3f2dc73d5a565121db00f4a0f050a48910b51623 (patch) | |
tree | 3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/ScintillaTQt.cpp | |
parent | 3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff) | |
download | tqscintilla-master.tar.gz tqscintilla-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/ScintillaTQt.cpp')
-rw-r--r-- | tqt/ScintillaTQt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt/ScintillaTQt.cpp b/tqt/ScintillaTQt.cpp index 15bbc20..756a77a 100644 --- a/tqt/ScintillaTQt.cpp +++ b/tqt/ScintillaTQt.cpp @@ -622,9 +622,9 @@ void ScintillaTQt::ClaimSelection() if (text.s) { - cb -> setSelectionMode(TRUE); + cb -> setSelectionMode(true); cb -> setText(text.s); - cb -> setSelectionMode(FALSE); + cb -> setSelectionMode(false); } } |