Merge pull request #799 from Areloch/MiscFixes20220530

Misc Fixes for 2022/05/30
This commit is contained in:
Brian Roberts 2022-05-31 14:33:59 -05:00 committed by GitHub
commit d9361a0128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
98 changed files with 1274 additions and 1725 deletions

View file

@ -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";