blob: 8f19b6ffe6fbd8f2079fe7eead1cec4029dcccc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/widgets/qlistview.cpp 2003-02-24 19:30:39.000000000 +1100
+++ src/widgets/qlistview.cpp 2003-07-09 23:11:05.000000000 +1000
@@ -4166,7 +4166,7 @@
else if ( selectionMode() == Extended ) {
bool changed = FALSE;
if ( !(e->state() & (ControlButton | ShiftButton)) ) {
- if ( !i->isSelected() || e->button() != RightButton ) {
+ if ( !i->isSelected() ) {
bool blocked = signalsBlocked();
blockSignals( TRUE );
clearSelection();
|