mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix ParamButton hover state and styling
This commit is contained in:
@@ -36,7 +36,7 @@ impl EditorModeButton {
|
||||
{
|
||||
Self { mode: lens.get(cx) }
|
||||
.build(cx, move |cx| {
|
||||
Label::new(cx, label);
|
||||
Label::new(cx, label).hoverable(false);
|
||||
})
|
||||
.checked(lens.map(|v| v.load() == EditorMode::VisualizerVisible))
|
||||
// We'll pretend this is a param-button, so this class is used for assigning a unique
|
||||
|
||||
Reference in New Issue
Block a user