Browse Source

Don't add extra height, when rounding does it.

pull/170/head
Nikita Zlobin 7 years ago
parent
commit
a7524359ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/patchcanvas.py

+ 1
- 1
src/patchcanvas.py View File

@@ -2198,7 +2198,7 @@ class CanvasBox(QGraphicsItem):
have_midi_alsa_out = True
max_out_height += canvas.theme.port_spacingT

if canvas.theme.port_spacingT == 0:
if (canvas.theme.port_spacingT == 0 and canvas.theme.box_rounding == 0):
max_in_height += 2
max_out_height += 2



Loading…
Cancel
Save