This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
csharp
/
PixiEditor
şunun yansıması
https://github.com/PixiEditor/PixiEditor.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
fixed MainWindow.Current null
flabbet
3 yıl önce
ebeveyn
234ca17b7e
işleme
2896b95911
1 değiştirilmiş dosya
ile
2 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Dosyayı Görüntüle
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}