This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
csharp
/
PixiEditor
mirrorاز
https://github.com/PixiEditor/PixiEditor.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
fixed MainWindow.Current null
flabbet
3 سال پیش
والد
234ca17b7e
کامیت
2896b95911
1فایلهای تغییر یافته
به همراه
2 افزوده شده
و
0 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
مشاهده فایل
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}