瀏覽代碼

Merge pull request #57290 from IgorKordiukiewicz/fix-tile-map-editor-not-disappearing

Rémi Verschelde 3 年之前
父節點
當前提交
aa94d5d61a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      editor/plugins/tiles/tiles_editor_plugin.cpp

+ 0 - 2
editor/plugins/tiles/tiles_editor_plugin.cpp

@@ -166,8 +166,6 @@ void TilesEditorPlugin::_update_editors() {
 			editor_node->hide_bottom_panel();
 		}
 	}
-	tileset_editor_button->set_visible(tile_set.is_valid());
-	tilemap_editor_button->set_visible(tile_map);
 }
 
 void TilesEditorPlugin::_notification(int p_what) {