Skip to content

Commit a60ab4a

Browse files
committedJul 22, 2018
InitializeComplete for GitExtensionsControl
Extract common code from GitExtensionsForm into new class GitExtensionsControlInitialiser.
1 parent e9bf392 commit a60ab4a

File tree

61 files changed

+135
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+135
-123
lines changed
 

‎GitUI/BranchTreePanel/RepoObjectsTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public RepoObjectsTree()
3939

4040
btnSearch.PreviewKeyDown += OnPreviewKeyDown;
4141
PreviewKeyDown += OnPreviewKeyDown;
42-
Translate();
42+
InitializeComplete();
4343

4444
RegisterContextActions();
4545

‎GitUI/CommandsDialogs/BrowseDialog/DashboardControl/Dashboard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public partial class Dashboard : GitModuleControl
2929
public Dashboard()
3030
{
3131
InitializeComponent();
32-
Translate();
32+
InitializeComplete();
3333

3434
SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
3535
Visible = false;

0 commit comments

Comments
 (0)