diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-16 23:18:04 -0200 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-16 23:18:04 -0200 |
| commit | 9d4a996a08e5bab69b7cb405cf7a8590e50b0fe5 (patch) | |
| tree | 3399014c96d930b5f6e8d29e63bf2f2cc7bcbc28 /editor/plugins/animation_blend_space_1d_editor.cpp | |
| parent | 20379119c3946096bfb0b45668034fcfa7048692 (diff) | |
| download | redot-engine-9d4a996a08e5bab69b7cb405cf7a8590e50b0fe5.tar.gz | |
Fix titles in graph editors being invisible when headers are enabled
Diffstat (limited to 'editor/plugins/animation_blend_space_1d_editor.cpp')
| -rw-r--r-- | editor/plugins/animation_blend_space_1d_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_blend_space_1d_editor.cpp b/editor/plugins/animation_blend_space_1d_editor.cpp index 4b1e710705..586b7668ad 100644 --- a/editor/plugins/animation_blend_space_1d_editor.cpp +++ b/editor/plugins/animation_blend_space_1d_editor.cpp @@ -650,6 +650,7 @@ AnimationNodeBlendSpace1DEditor::AnimationNodeBlendSpace1DEditor() { snap->set_toggle_mode(true); top_hb->add_child(snap); snap->set_pressed(true); + snap->set_tooltip(TTR("Enable snap and show grid.")); snap->connect("pressed", this, "_snap_toggled"); snap_value = memnew(SpinBox); |
