mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Merge pull request #66763 from MewPurPur/remove-bookmark-hiding
Remove editor setting for hiding bookmarks
This commit is contained in:
commit
6dcd490d03
3 changed files with 1 additions and 6 deletions
|
@ -1026,7 +1026,6 @@ void CodeTextEditor::update_editor_settings() {
|
|||
// Appearance: Gutters
|
||||
text_editor->set_draw_line_numbers(EDITOR_GET("text_editor/appearance/gutters/show_line_numbers"));
|
||||
text_editor->set_line_numbers_zero_padded(EDITOR_GET("text_editor/appearance/gutters/line_numbers_zero_padded"));
|
||||
text_editor->set_draw_bookmarks_gutter(EDITOR_GET("text_editor/appearance/gutters/show_bookmark_gutter"));
|
||||
|
||||
// Appearance: Minimap
|
||||
text_editor->set_draw_minimap(EDITOR_GET("text_editor/appearance/minimap/show_minimap"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue