comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.cpp @ 1979:b31e494e34c5

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 17:10:21 +0200
parents 95449b0e064a
children 0aac8f552d89
comparison
equal deleted inserted replaced
1978:95449b0e064a 1979:b31e494e34c5
1051 default: 1051 default:
1052 break; 1052 break;
1053 } 1053 }
1054 1054
1055 label_.SetText(buf); 1055 label_.SetText(buf);
1056 } 1056 }
1057 else
1058 {
1059 label_.SetText("?");
1060 }
1057 } 1061 }
1058 } 1062 }
1059 1063
1060 public: 1064 public:
1061 PixelProbeAnnotation(AnnotationsSceneLayer& that, 1065 PixelProbeAnnotation(AnnotationsSceneLayer& that,