Ver Fonte

Cleanup

luboslenco há 2 anos atrás
pai
commit
8bd04fa3bd
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Sources/arm/Project.hx

+ 0 - 2
Sources/arm/Project.hx

@@ -412,7 +412,6 @@ class Project {
 				}
 				}
 				if (ui.button(tr("Import")) || ui.isReturnDown) {
 				if (ui.button(tr("Import")) || ui.isReturnDown) {
 					UIBox.hide();
 					UIBox.hide();
-					App.redrawUI();
 					function doImport() {
 					function doImport() {
 						ImportMesh.run(path, clearLayers, replaceExisting);
 						ImportMesh.run(path, clearLayers, replaceExisting);
 					}
 					}
@@ -464,7 +463,6 @@ class Project {
 				}
 				}
 				if (ui.button(tr("Unwrap")) || ui.isReturnDown) {
 				if (ui.button(tr("Unwrap")) || ui.isReturnDown) {
 					UIBox.hide();
 					UIBox.hide();
-					App.redrawUI();
 					function doImport() {
 					function doImport() {
 						if (unwrapBy == unwrapPlugins.length - 1) {
 						if (unwrapBy == unwrapPlugins.length - 1) {
 							MeshUtil.equirectUnwrap(mesh);
 							MeshUtil.equirectUnwrap(mesh);