Browse Source

comment typo

tags/v1.9.11
Nikita Zlobin 6 years ago
parent
commit
c02a0e644f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/patchcanvas.py

+ 1
- 1
source/patchcanvas.py View File

@@ -2091,7 +2091,7 @@ class CanvasPort(QGraphicsItem):
painter.save()
painter.setRenderHint(QPainter.Antialiasing, bool(options.antialiasing == ANTIALIASING_FULL))

# FIXME: would be more correct is to take line width from Pen, loaded to painter,
# FIXME: would be more correct to take line width from Pen, loaded to painter,
# but this needs some code rearrangement
lineHinting = canvas.theme.port_audio_jack_pen.widthF() / 2



Loading…
Cancel
Save