Skip to content

Commit e69b998

Browse files
committed
Revert "Workaround for face transparency flag flip"
This reverts commit e99813a.
1 parent 0dc3c79 commit e69b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Visualization/ShowField.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RenderState ShowFieldModule::getFaceRenderState(
147147
RenderState renState;
148148

149149
renState.set(RenderState::IS_ON, state->getValue(ShowFieldModule::ShowFaces).toBool());
150-
renState.set(RenderState::USE_TRANSPARENCY, !state->getValue(ShowFieldModule::FaceTransparency).toBool());
150+
renState.set(RenderState::USE_TRANSPARENCY, state->getValue(ShowFieldModule::FaceTransparency).toBool());
151151

152152
renState.defaultColor = ColorRGB(state->getValue(ShowFieldModule::DefaultMeshColor).toString());
153153

0 commit comments

Comments
 (0)