mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
UICodeEditor: Minimap background color defaults to the color scheme background color if not set.
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user