Skip to content

Commit

Permalink
Merge pull request #665 from ohmtech-rdi/erb-invisible-fix-drag
Browse files Browse the repository at this point in the history
Fix module dragging in vcv when using invisible widgets
  • Loading branch information
ohmtech-rdi authored Feb 21, 2024
2 parents a9b6828 + 789ade2 commit 4eccd2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/erb/vcvrack/VcvWidgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,9 @@ struct OledModule : rack::OpaqueWidget

struct Invisible : rack::ParamWidget
{
Invisible () = default;
Invisible () {
box.size = {0, 0};
}
void rotate (float) {}
};

Expand Down

0 comments on commit 4eccd2e

Please sign in to comment.