summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqlistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqlistbox.cpp')
-rw-r--r--src/widgets/tqlistbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp
index e209240e6..c5032d1d4 100644
--- a/src/widgets/tqlistbox.cpp
+++ b/src/widgets/tqlistbox.cpp
@@ -4573,7 +4573,7 @@ void TQListBox::handleItemChange( TQListBoxItem *old, bool shift, bool control )
} else if ( d->selectionMode == Extended ) {
if ( shift ) {
selectRange( d->selectAnchor ? d->selectAnchor : old,
- d->current, FALSE, TRUE, (d->selectAnchor && !control) ? TRUE : FALSE );
+ d->current, FALSE, TRUE, d->selectAnchor && !control );
} else if ( !control ) {
bool block = signalsBlocked();
blockSignals( TRUE );