Skip to content

Commit b76e968

Browse files
authored
Merge pull request #24 from shebnik/fix/IncompatibleVersionWindow-InitializeComponent
Fix IncompatibleVersionWindow NullReferenceException by moving LoadText() call
2 parents 5862b1d + 032012e commit b76e968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AtlasToolbox/Views/IncompatibleVersionWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public IncompatibleVersionWindow()
3535
WindowManager.Get(this).Height = 850;
3636
CenterWindowOnScreen();
3737
ExtendsContentIntoTitleBar = true;
38-
LoadText();
3938
this.InitializeComponent();
39+
LoadText();
4040
}
4141

4242
private void LoadText()

0 commit comments

Comments
 (0)