From 2695a112e0270434d2f85176e9c0c9ad801fc9a6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 13 Nov 2017 01:57:29 -0500 Subject: [PATCH] Adjust transparency --- ext/oui-blendish | 2 +- src/gui.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/oui-blendish b/ext/oui-blendish index 7c603885..df38de6d 160000 --- a/ext/oui-blendish +++ b/ext/oui-blendish @@ -1 +1 @@ -Subproject commit 7c6038857b1bb6299c2d20ff9f31248f2d53ba39 +Subproject commit df38de6d065cd93bcbd998aa76bdac063e748573 diff --git a/src/gui.cpp b/src/gui.cpp index bb8f72fc..a5351fa2 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -369,6 +369,7 @@ void guiInit() { BNDtheme theme; theme = *bndGetTheme(); theme.nodeTheme.nodeBackdropColor = theme.menuTheme.innerColor; + theme.nodeTheme.nodeBackdropColor.a = 1.0; bndSetTheme(theme); }