Skip to content

Commit 79c9d5b

Browse files
committed
elements/text: fix alpha
1 parent 5790151 commit 79c9d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/element/text/Text.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void CTextElement::paint() {
9494
g_renderer->renderTexture({
9595
.box = renderBox,
9696
.texture = textureToUse,
97-
.a = 1.F,
97+
.a = m_impl->data.a,
9898
.rounding = 0,
9999
});
100100
}

0 commit comments

Comments
 (0)