diff options
Diffstat (limited to 'src/widgets/tqlistbox.cpp')
| -rw-r--r-- | src/widgets/tqlistbox.cpp | 2 |
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 ); |
