You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Make buttons properly obey stylebox content marins, closes #2156
This commit is contained in:
@@ -534,6 +534,7 @@ void Path2DEditor::edit(Node *p_path2d) {
|
||||
if (!node->is_connected("visibility_changed", this, "_node_visibility_changed"))
|
||||
node->connect("visibility_changed", this, "_node_visibility_changed");
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
if (canvas_item_editor->get_viewport_control()->is_connected("draw",this,"_canvas_draw"))
|
||||
|
||||
Reference in New Issue
Block a user