diff options
| author | Gilles Roudiere | 2017-08-19 19:10:00 +0200 |
|---|---|---|
| committer | Gilles Roudiere | 2017-08-19 19:10:00 +0200 |
| commit | 06256cd7782de2d91cd9ed3bcb9a05e293397303 (patch) | |
| tree | 48e2ea3efe55780838956a227ffe48ebba1bb9db /editor/plugins/tile_set_editor_plugin.cpp | |
| parent | 523b3c11cf6de311cc3a711ed85ee48e72330a7b (diff) | |
| download | godot-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.cpp | 1 |
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(); |
