UICodeEditor: Minimap background color defaults to the color scheme background color if not set.

This commit is contained in:
Martín Lucas Golini
2022-05-07 15:22:26 -03:00
parent e1a7062512
commit 7cd5472931

View File

@@ -213,7 +213,7 @@ SyntaxColorScheme::getEditorSyntaxStyle( const std::string& type ) const {
else if ( type == "notice" )
return StyleDefault.getEditorSyntaxStyle( "notice" );
else if ( type == "minimap_background" )
return StyleDefault.getEditorSyntaxStyle( "minimap_background" );
return StyleEmpty;
else if ( type == "minimap_current_line" )
return StyleDefault.getEditorSyntaxStyle( "minimap_current_line" );
else if ( type == "minimap_hover" )