diff --git a/common/properties/pg_editors.cpp b/common/properties/pg_editors.cpp index a5b325eb7b..1ae3446ba8 100644 --- a/common/properties/pg_editors.cpp +++ b/common/properties/pg_editors.cpp @@ -69,6 +69,7 @@ wxPGWindowList PG_UNIT_EDITOR::CreateControls( wxPropertyGrid* aPropGrid, wxPGPr m_unitBinder->SetControl( win ); m_unitBinder->RequireEval(); + m_unitBinder->SetUnits( m_frame->GetUserUnits() ); if( PGPROPERTY_DISTANCE* prop = dynamic_cast( aProperty ) ) m_unitBinder->SetCoordType( prop->CoordType() );