EricTRocks / pyflowgraph

Python Module for displaying flowgraphs using Pyside or PyQt.
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Using MidButton instead of MiddleButton #3

Closed benoit-leveau closed 8 years ago

benoit-leveau commented 8 years ago

MiddleButton is not defined on CentOS + PySide1.2.1 so changed the code to use the proper MidButton.

As detailed there, MiddleButton (if defined) is no more than an alias for MidButton so the code won't be affected on Windows: http://doc.qt.io/qt-4.8/qt.html#MouseButton-en

phtaylor commented 8 years ago

Thanks a lot! That was not obvious.