This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
csharp
/
PixiEditor
mirror da
https://github.com/PixiEditor/PixiEditor.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
fixed MainWindow.Current null
flabbet
3 anni fa
parent
234ca17b7e
commit
2896b95911
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Vedi File
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}