Mercurial > hg > orthanc-stone
changeset 27:507b5776ebad
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Nov 2016 17:10:38 +0100 |
parents | 99b833843ba9 (current diff) dfa0e18afd76 (diff) |
children | a75bb9af7384 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Samples/LayoutPetCtFusionApplication.h Wed Nov 23 17:07:15 2016 +0100 +++ b/Samples/LayoutPetCtFusionApplication.h Wed Nov 23 17:10:38 2016 +0100 @@ -145,7 +145,7 @@ { RenderStyle style; style.applyLut_ = true; - style.alpha_ = (layer == 0 ? 1.0 : 0.5); + style.alpha_ = (layer == 0 ? 1.0f : 0.5f); widget.SetLayerStyle(layer, style); } }