This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Call Switch::onDragStart super method.
tags/v2.0.0
Andrew Belt
3 years ago
parent
4c41dd9a62
commit
86c08cf195
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/Switch.cpp
+ 2
- 0
src/app/Switch.cpp
View File
@@ -42,6 +42,8 @@ void Switch::onDoubleClick(const DoubleClickEvent& e) {
}
void Switch::onDragStart(const DragStartEvent& e) {
ParamWidget::onDragStart(e);
if (e.button != GLFW_MOUSE_BUTTON_LEFT)
return;
Write
Preview
Loading…
Cancel
Save