Skip to content
Permalink
Browse files
Fix missing user color schemes on startup
  • Loading branch information
nyalldawson committed Feb 25, 2018
1 parent cc10bbd commit 7dc0db5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -47,7 +47,7 @@ void QgsColorSchemeRegistry::addDefaultSchemes()
addColorScheme( new QgsRecentColorScheme() );
addColorScheme( new QgsCustomColorScheme() );
addColorScheme( new QgsProjectColorScheme() );

addUserSchemes();
}

void QgsColorSchemeRegistry::addUserSchemes()

0 comments on commit 7dc0db5

Please sign in to comment.