# HG changeset patch # User Sebastien Jodogne # Date 1479917438 -3600 # Node ID 507b5776ebad3790dbdd631f39cff2eea2e38cd6 # Parent 99b833843ba9df70d9cdd390f667d13db86affc4# Parent dfa0e18afd76e51e03335bfb6e8a0671e4eae9ea merge diff -r 99b833843ba9 -r 507b5776ebad Samples/LayoutPetCtFusionApplication.h --- 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); } }