Skip to content

Commit

Permalink
fixed link rot
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 26, 2013
1 parent 75a92df commit 2457745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/matplotlib/backends/backend_qt4.py
Expand Up @@ -404,7 +404,8 @@ def __init__(self, canvas, num):
# will enable the canvas to process event w/o clicking.
# ClickFocus only takes the focus is the window has been
# clicked
# on. http://developer.qt.nokia.com/doc/qt-4.8/qt.html#FocusPolicy-enum
# on. http://qt-project.org/doc/qt-4.8/qt.html#FocusPolicy-enum or
# http://doc.qt.digia.com/qt/qt.html#FocusPolicy-enum
self.canvas.setFocusPolicy(QtCore.Qt.StrongFocus)
self.canvas.setFocus()

Expand Down

0 comments on commit 2457745

Please sign in to comment.