Browse Source

Fix being able to delete custom layer names.

(Or anything in a PARAM_MAP, but layer names appear
to be the only current use of it.)
revert-0c36e162
Jeff Young 9 months ago
parent
commit
da05ad93ac
  1. 4
      include/settings/parameters.h

4
include/settings/parameters.h

@ -731,7 +731,9 @@ public:
PARAM_BASE( aJsonPath, aReadOnly ),
m_ptr( aPtr ),
m_default( aDefault )
{ }
{
SetClearUnknownKeys( true );
}
void Load( const JSON_SETTINGS& aSettings, bool aResetIfMissing = true ) const override
{

Loading…
Cancel
Save