diff --git a/Source/LumatoneEditorStyleCommon.h b/Source/LumatoneEditorStyleCommon.h index 51a560e..c99a0d3 100644 --- a/Source/LumatoneEditorStyleCommon.h +++ b/Source/LumatoneEditorStyleCommon.h @@ -54,7 +54,7 @@ static Path getConnectedRoundedRectPath(Rectangle bounds, float roundedCo // TODO: finish implementing 3 and 12 if (connectedFlags == 0 || connectedFlags == 3 || connectedFlags == 12) { - rect.addRoundedRectangle(bounds, roundedCornerSize); + rect.addRoundedRectangle(0, 0, bounds.getWidth(), bounds.getHeight(), roundedCornerSize); return rect; } @@ -610,6 +610,7 @@ enum LumatoneEditorColourIDs ControlAreaHeader, ControlAreaBackground, ControlBoxHighlighted, + ColourPaletteBackground, ActiveText, InactiveText, DescriptionText,