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
Update expanders when ModuleWidget is removed from RackWidget, so Module::onExpanderChange is dispatched.
tags/v2.2.3
Andrew Belt
1 year ago
parent
b138166e0e
commit
cd2d14fa5e
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/RackWidget.cpp
+ 2
- 0
src/app/RackWidget.cpp
View File
@@ -623,6 +623,8 @@ void RackWidget::removeModule(ModuleWidget* m) {
// Remove module from ModuleContainer
internal->moduleContainer->removeChild(m);
updateExpanders();
}
ModuleWidget* RackWidget::getModule(int64_t moduleId) {
Write
Preview
Loading…
Cancel
Save