[ui] GraphEditor: fix node highlight radius

This commit is contained in:
ChemicalXandco 2021-03-29 16:37:21 +01:00
parent 475fe6ca93
commit 975ee5e414

View file

@ -121,7 +121,7 @@ Item {
border.width: 2.5
border.color: root.selected ? activePalette.highlight : Qt.darker(activePalette.highlight, 1.5)
opacity: 0.9
radius: background.radius
radius: background.radius + border.width
color: "transparent"
}