You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #23924 from Kanabenki/font-size-update
Display font size with zoom in code editor and refresh on settings change
This commit is contained in:
@@ -148,7 +148,7 @@ class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
Label *line_nb;
|
||||
Label *col_nb;
|
||||
Label *zoom_nb;
|
||||
Label *font_size_nb;
|
||||
Label *info;
|
||||
Timer *idle;
|
||||
Timer *code_complete_timer;
|
||||
|
||||
Reference in New Issue
Block a user