This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
PixiEditor
mirror of
https://github.com/PixiEditor/PixiEditor.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fixed MainWindow.Current null
flabbet
3 years ago
parent
234ca17b7e
commit
2896b95911
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
View File
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}