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
When lockModules setting is enabled, also lock selected modules.
tags/v2.1.2
Andrew Belt
2 years ago
parent
6364cab316
commit
ecf1be8b4c
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/app/ModuleWidget.cpp
+ 5
- 0
src/app/ModuleWidget.cpp
View File
@@ -389,6 +389,11 @@ void ModuleWidget::onButton(const ButtonEvent& e) {
return;
}
// If module positions are locked, don't consume left-click
if (settings::lockModules) {
return;
}
internal->dragOffset = e.pos;
}
Write
Preview
Loading…
Cancel
Save