mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix missing user color schemes on startup
This commit is contained in:
parent
cc10bbd950
commit
7dc0db5163
@ -47,7 +47,7 @@ void QgsColorSchemeRegistry::addDefaultSchemes()
|
||||
addColorScheme( new QgsRecentColorScheme() );
|
||||
addColorScheme( new QgsCustomColorScheme() );
|
||||
addColorScheme( new QgsProjectColorScheme() );
|
||||
|
||||
addUserSchemes();
|
||||
}
|
||||
|
||||
void QgsColorSchemeRegistry::addUserSchemes()
|
||||
|
Loading…
x
Reference in New Issue
Block a user