Browse Source

remove pyqt float error

master
Nils 2 years ago
parent
commit
48fe2ef529
  1. 2
      qtgui/items.py

2
qtgui/items.py

@ -379,7 +379,7 @@ class GuiChord(GuiItem):
stemPen = QtGui.QPen(QtCore.Qt.SolidLine)
stemPen.setCapStyle(QtCore.Qt.RoundCap)
stemPen.setWidth(1.5)
stemPen.setWidth(2)
flags = { #QGraphicsItems can only be used once so we have to save a class constructor here instead of an instance.
1024 : lambda: QtSvg.QGraphicsSvgItem(":svg/flag1024.svg"), #TODO

Loading…
Cancel
Save