Mercurial > hg > orthanc-stone
changeset 1197:a34ba19d2060
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 27 Nov 2019 17:56:48 +0100 |
parents | a5f2a6b04a31 (current diff) a0731faeafd3 (diff) |
children | 922d2e61aa5d |
files | Applications/Samples/SingleFrameEditorApplication.h Framework/Radiography/RadiographySceneWriter.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneWriter.cpp Wed Nov 27 17:51:33 2019 +0100 +++ b/Framework/Radiography/RadiographySceneWriter.cpp Wed Nov 27 17:56:48 2019 +0100 @@ -62,7 +62,7 @@ { output["type"] = "text"; output["text"] = layer.GetText(); - output["fontSize"] = static_cast<uint32_t>(layer.GetFontSize()); + output["fontSize"] = static_cast<unsigned int>(layer.GetFontSize()); output["foreground"] = layer.GetForeground(); }