Skip to content

Commit

Permalink
Fix missing user color schemes on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2018
1 parent cc10bbd commit 7dc0db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscolorschemeregistry.cpp
Expand Up @@ -47,7 +47,7 @@ void QgsColorSchemeRegistry::addDefaultSchemes()
addColorScheme( new QgsRecentColorScheme() );
addColorScheme( new QgsCustomColorScheme() );
addColorScheme( new QgsProjectColorScheme() );

addUserSchemes();
}

void QgsColorSchemeRegistry::addUserSchemes()
Expand Down

0 comments on commit 7dc0db5

Please sign in to comment.