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
Hide ResizeHandle by default.
tags/v2.0.0
Andrew Belt
3 years ago
parent
cdc44cda71
commit
30b3ff2ea0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/Scene.cpp
+ 1
- 0
src/app/Scene.cpp
View File
@@ -82,6 +82,7 @@ Scene::Scene() {
internal->resizeHandle = new ResizeHandle;
internal->resizeHandle->box.size = math::Vec(15, 15);
internal->resizeHandle->hide();
addChild(internal->resizeHandle);
}
Write
Preview
Loading…
Cancel
Save