From 5c492ea8487fe2d0507931adc8221c1b4e6810c6 Mon Sep 17 00:00:00 2001 From: "Robin E.R. Davies" Date: Mon, 20 Apr 2026 13:21:28 -0400 Subject: [PATCH] Set step size for numeric input controls. --- docs/ReleaseNotes.md | 1 - vite/src/pipedal/NumericInput.tsx | 1 + vite/src/pipedal/PluginControl.tsx | 12 ++++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 124280a..51de7f4 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -11,7 +11,6 @@ - Channel Routing: configure audio channels as Aux or re-amp channels. - ## PiPedal 1.5.99 Beta ### Bug Fixes diff --git a/vite/src/pipedal/NumericInput.tsx b/vite/src/pipedal/NumericInput.tsx index 82a0f66..627f05d 100644 --- a/vite/src/pipedal/NumericInput.tsx +++ b/vite/src/pipedal/NumericInput.tsx @@ -163,6 +163,7 @@ export const NumericInput = render() { + //const classes = withStyles.getClasses(this.props); return (