1
0
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:
Paulb23
2016-07-14 20:03:40 +01:00
parent 3e2c7bf797
commit e6eae244d3
2 changed files with 41 additions and 23 deletions

View File

@@ -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: