Procházet zdrojové kódy

tools: stop copying attributes

Daniele Bartolini před 2 roky
rodič
revize
c131694fcb
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 0
      docs/changelog.rst
  2. 0 1
      tools/level_editor/panel_new_project.vala

+ 1 - 0
docs/changelog.rst

@@ -20,6 +20,7 @@ Changelog
 * Added a popup menu to quickly access some resource-related functionalities directly from the Console.
 * Fixed initial 'sensitivity' state in some widgets.
 * Fixed erratic messages when importing assets and improved import procedure robustness.
+* Fixed creating new project from templates.
 
 0.48.0 --- *31 Jul 2023*
 ------------------------

+ 0 - 1
tools/level_editor/panel_new_project.vala

@@ -113,7 +113,6 @@ public class PanelNewProject : Gtk.Viewport
 			if (src_type == GLib.FileType.DIRECTORY) {
 				if (dst.query_exists() == false)
 					dst.make_directory();
-				src.copy_attributes(dst, flags);
 
 				string dst_path = dst.get_path();
 				string src_path = src.get_path();