Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14308 Details for
Bug 24171
Gentoo could add a patch for QT 3.1.2 to fix a drag issue in konqueror
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
src/widgets/qlistview.cpp drag n' drop patch
qt_3.1.2.patch (text/plain), 475 bytes, created by
Patrick Lynch
on 2003-07-09 06:45:51 UTC
(
hide
)
Description:
src/widgets/qlistview.cpp drag n' drop patch
Filename:
MIME Type:
Creator:
Patrick Lynch
Created:
2003-07-09 06:45:51 UTC
Size:
475 bytes
patch
obsolete
>--- qt-x11-free-3.1.2/src/widgets/qlistview.cpp 2003-02-24 19:30:39.000000000 +1100 >+++ 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();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24171
: 14308 |
14309