|
Lines 4166-4172
Link Here
|
| 4166 |
else if ( selectionMode() == Extended ) { |
4166 |
else if ( selectionMode() == Extended ) { |
| 4167 |
bool changed = FALSE; |
4167 |
bool changed = FALSE; |
| 4168 |
if ( !(e->state() & (ControlButton | ShiftButton)) ) { |
4168 |
if ( !(e->state() & (ControlButton | ShiftButton)) ) { |
| 4169 |
if ( !i->isSelected() || e->button() != RightButton ) { |
4169 |
if ( !i->isSelected() ) { |
| 4170 |
bool blocked = signalsBlocked(); |
4170 |
bool blocked = signalsBlocked(); |
| 4171 |
blockSignals( TRUE ); |
4171 |
blockSignals( TRUE ); |
| 4172 |
clearSelection(); |
4172 |
clearSelection(); |