diff options
Diffstat (limited to 'src/widgets/qlistbox.cpp')
| -rw-r--r-- | src/widgets/qlistbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp index cc5077abc..1240eb405 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/qlistbox.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 ); |
