aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
diff options
context:
space:
mode:
authorGilles Roudiere2017-08-19 19:10:00 +0200
committerGilles Roudiere2017-08-19 19:10:00 +0200
commit06256cd7782de2d91cd9ed3bcb9a05e293397303 (patch)
tree48e2ea3efe55780838956a227ffe48ebba1bb9db /editor/plugins/tile_set_editor_plugin.cpp
parent523b3c11cf6de311cc3a711ed85ee48e72330a7b (diff)
downloadgodot-06256cd7782de2d91cd9ed3bcb9a05e293397303.tar.gz
godot-06256cd7782de2d91cd9ed3bcb9a05e293397303.tar.zst
godot-06256cd7782de2d91cd9ed3bcb9a05e293397303.zip
Diffstat (limited to 'editor/plugins/tile_set_editor_plugin.cpp')
-rw-r--r--editor/plugins/tile_set_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp
index bed4727bb..8396b4d41 100644
--- a/editor/plugins/tile_set_editor_plugin.cpp
+++ b/editor/plugins/tile_set_editor_plugin.cpp
@@ -294,7 +294,6 @@ TileSetEditorPlugin::TileSetEditorPlugin(EditorNode *p_node) {
p_node->get_viewport()->add_child(tileset_editor);
tileset_editor->set_area_as_parent_rect();
- tileset_editor->set_anchor(MARGIN_RIGHT, Control::ANCHOR_END);
tileset_editor->set_anchor(MARGIN_BOTTOM, Control::ANCHOR_BEGIN);
tileset_editor->set_end(Point2(0, 22));
tileset_editor->hide();