This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
csharp
/
PixiEditor
miroir de
https://github.com/PixiEditor/PixiEditor.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
fixed MainWindow.Current null
flabbet
il y a 3 ans
Parent
234ca17b7e
commit
2896b95911
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Voir le fichier
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}