This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
csharp
/
PixiEditor
mirror of
https://github.com/PixiEditor/PixiEditor.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fixed MainWindow.Current null
flabbet
3 năm trước cách đây
mục cha
234ca17b7e
commit
2896b95911
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Xem Tập Tin
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}