This commit is contained in:
Kovid Goyal 2013-09-02 10:31:50 +05:30
parent f0de577d0d
commit 42d6ffc249

View File

@ -750,7 +750,7 @@ class GridView(QListView):
def handle_mouse_press_event(self, ev):
if QApplication.keyboardModifiers() & Qt.ShiftModifier:
# Shift-Click in QLitView is broken. It selects extra items in
# Shift-Click in QListView is broken. It selects extra items in
# various circumstances, for example, click on some item in the
# middle of a row then click on an item in the next row, all items
# in the first row will be selected instead of only items after the