mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 20:35:35 +00:00
Various fixes
This commit is contained in:
parent
60a29777fa
commit
3fa7a0d4fa
27 changed files with 171 additions and 177 deletions
|
|
@ -71,6 +71,9 @@ function AssetBrowser::onBeginDropFiles( %this )
|
|||
%this.importAssetUnprocessedListArray.empty();
|
||||
%this.importAssetFinalListArray.empty();
|
||||
|
||||
//prep the import control
|
||||
Canvas.pushDialog(AssetImportCtrl);
|
||||
AssetImportCtrl.setHidden(true);
|
||||
ImportAssetTree.clear();
|
||||
AssetBrowser.unprocessedAssetsCount = 0;
|
||||
}
|
||||
|
|
@ -270,7 +273,7 @@ function AssetBrowser::onEndDropFiles( %this )
|
|||
return;
|
||||
|
||||
//we have assets to import, so go ahead and display the window for that now
|
||||
Canvas.pushDialog(AssetImportCtrl);
|
||||
AssetImportCtrl.setHidden(false);
|
||||
ImportAssetWindow.visible = true;
|
||||
//ImportAssetWindow.validateAssets();
|
||||
ImportAssetWindow.refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue