Display font size with zoom in code editor and refresh on settings change

This commit is contained in:
Kanabenki 2018-11-22 16:21:07 +01:00
parent 11d7738622
commit 9dc15bae7c
2 changed files with 23 additions and 20 deletions

View file

@ -147,7 +147,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;