MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getShowLeadingZero

Function getShowLeadingZero

source/MRViewer/MRUnitSettings.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool getShowLeadingZero()
48{
49 // Use the flag from an arbitrary unit, they should normally be the same on all units.
50 return getDefaultUnitParams<LengthUnit>().leadingZero;
51}
52
53void setShowLeadingZero( bool show )
54{

Callers 2

saveSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected