Browse Source

Adjust transparency

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
2695a112e0
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      ext/oui-blendish
  2. +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; BNDtheme theme;
theme = *bndGetTheme(); theme = *bndGetTheme();
theme.nodeTheme.nodeBackdropColor = theme.menuTheme.innerColor; theme.nodeTheme.nodeBackdropColor = theme.menuTheme.innerColor;
theme.nodeTheme.nodeBackdropColor.a = 1.0;
bndSetTheme(theme); bndSetTheme(theme);
} }




Loading…
Cancel
Save