mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Merge pull request #799 from Areloch/MiscFixes20220530
Misc Fixes for 2022/05/30
This commit is contained in:
commit
d9361a0128
98 changed files with 1274 additions and 1725 deletions
|
|
@ -145,11 +145,11 @@ $guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
|||
tooltipProfile = "ToolsGuiDefaultProfile";
|
||||
isContainer = "0";
|
||||
};
|
||||
new GuiTextEditCtrl() {
|
||||
new GuiTextCtrl() {
|
||||
position = "39 21";
|
||||
extent = "227 18";
|
||||
profile = "ToolsGuiTextEditProfile";
|
||||
altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
||||
//altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
isContainer = "0";
|
||||
internalName = "matNameCtrl";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue