Skip to content

Commit

Permalink
fix #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
wbsoft committed Dec 29, 2019
1 parent 9e8f54f commit 6365b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ChangeLog of Frescobaldi, http://www.frescobaldi.org/
Changes in 3.1.1 -- January 3rd, 2020

* Bug fixes:
- fixed #1234, NameError: 'QPinchGesture' is not defined (pich in music view)
- fixed #1231, NameError: 'doc' is not defined (when printing on Mac OSX)


Expand Down
2 changes: 1 addition & 1 deletion frescobaldi_app/qpageview/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from PyQt5.QtCore import pyqtSignal, QEvent, QPoint, QRect, QSize, Qt
from PyQt5.QtGui import QCursor, QPainter, QPalette, QRegion
from PyQt5.QtWidgets import QGestureEvent, QStyle
from PyQt5.QtWidgets import QGestureEvent, QPinchGesture, QStyle
from PyQt5.QtPrintSupport import QPrinter, QPrintDialog

from . import layout
Expand Down

0 comments on commit 6365b6d

Please sign in to comment.