You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix titles in graph editors being invisible when headers are enabled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user