Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Changes for v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amrshaheen61 committed Oct 16, 2023
1 parent 5fa142f commit a60840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UE4localizationsTool/Core/locres/LocresNamespace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public void AddItemsToDataGridView(DataGridView dataGrid)

dataGrid.DataSource = dataTable;
dataGrid.Columns["Text value"].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
// dataGrid.Columns["Hash Table"].Visible = false;
dataGrid.Columns["Hash Table"].Visible = false;
}

public void LoadFromDataGridView(DataGridView dataGrid)
Expand Down

0 comments on commit a60840b

Please sign in to comment.