You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Make possible to edit the GraphEdit's selection rect colors
This commit is contained in:
@@ -777,14 +777,8 @@ void GraphEdit::_top_layer_draw() {
|
||||
}
|
||||
|
||||
if (box_selecting) {
|
||||
top_layer->draw_rect(
|
||||
box_selecting_rect,
|
||||
get_color("box_selection_fill_color", "Editor"));
|
||||
|
||||
top_layer->draw_rect(
|
||||
box_selecting_rect,
|
||||
get_color("box_selection_stroke_color", "Editor"),
|
||||
false);
|
||||
top_layer->draw_rect(box_selecting_rect, get_color("selection_fill"));
|
||||
top_layer->draw_rect(box_selecting_rect, get_color("selection_stroke"), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user