You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Added code editor zoom shortcuts
This commit is contained in:
@@ -214,6 +214,9 @@ class CodeTextEditor : public VBoxContainer {
|
||||
void _font_resize_timeout();
|
||||
|
||||
void _text_editor_input_event(const InputEvent& p_event);
|
||||
void _zoom_in();
|
||||
void _zoom_out();
|
||||
void _reset_zoom();
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user