You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix titles in graph editors being invisible when headers are enabled
This commit is contained in:
@@ -904,8 +904,8 @@ AnimationNodeBlendSpace2DEditor::AnimationNodeBlendSpace2DEditor() {
|
||||
snap = memnew(ToolButton);
|
||||
snap->set_toggle_mode(true);
|
||||
top_hb->add_child(snap);
|
||||
//snap->set_text(TTR("Snap"));
|
||||
snap->set_pressed(true);
|
||||
snap->set_tooltip(TTR("Enable snap and show grid."));
|
||||
snap->connect("pressed", this, "_snap_toggled");
|
||||
|
||||
snap_x = memnew(SpinBox);
|
||||
|
||||
Reference in New Issue
Block a user