Skip to content
Permalink
Browse files
Fix missing user color schemes on startup
(cherry-picked from 7dc0db)
  • Loading branch information
nyalldawson committed Feb 25, 2018
1 parent f7f34ef commit 66d5d43
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 66d5d43

Please sign in to comment.