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
Adjust transparency
tags/v0.5.0
Andrew Belt
7 years ago
parent
5567c5f22d
commit
2695a112e0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ext/oui-blendish
+1
-0
src/gui.cpp
+ 1
- 1
ext/oui-blendish
@@ -1 +1 @@
Subproject commit
7c6038857b1bb6299c2d20ff9f31248f2d53ba39
Subproject commit
df38de6d065cd93bcbd998aa76bdac063e748573
+ 1
- 0
src/gui.cpp
View File
@@ -369,6 +369,7 @@ void guiInit() {
BNDtheme theme;
theme = *bndGetTheme();
theme.nodeTheme.nodeBackdropColor = theme.menuTheme.innerColor;
theme.nodeTheme.nodeBackdropColor.a = 1.0;
bndSetTheme(theme);
}
Write
Preview
Loading…
Cancel
Save