Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2457745

Browse files
committed
fixed link rot
1 parent 75a92df commit 2457745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ def __init__(self, canvas, num):
404404
# will enable the canvas to process event w/o clicking.
405405
# ClickFocus only takes the focus is the window has been
406406
# clicked
407-
# on. http://developer.qt.nokia.com/doc/qt-4.8/qt.html#FocusPolicy-enum
407+
# on. http://qt-project.org/doc/qt-4.8/qt.html#FocusPolicy-enum or
408+
# http://doc.qt.digia.com/qt/qt.html#FocusPolicy-enum
408409
self.canvas.setFocusPolicy(QtCore.Qt.StrongFocus)
409410
self.canvas.setFocus()
410411

0 commit comments

Comments
 (0)