Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24171 | Differences between
and this patch

Collapse All | Expand All

(-)qt-x11-free-3.1.2/src/widgets/qlistview.cpp (-1 / +1 lines)
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();

Return to bug 24171