From c02a0e644f551fe33a11965d69458a5a96a7e573 Mon Sep 17 00:00:00 2001 From: Nikita Zlobin Date: Thu, 7 Jun 2018 04:20:08 +0500 Subject: [PATCH] comment typo --- source/patchcanvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patchcanvas.py b/source/patchcanvas.py index 55a4430ba..9b5c33372 100644 --- a/source/patchcanvas.py +++ b/source/patchcanvas.py @@ -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