Browse Source

comment typo

tags/v1.9.11
Nikita Zlobin falkTX <falktx@gmail.com> 6 years ago
parent
commit
e7e7c36e68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/patchcanvas.py

+ 1
- 1
source/patchcanvas.py View File

@@ -2092,7 +2092,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