This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
csharp
/
PixiEditor
kopia lustrzana
https://github.com/PixiEditor/PixiEditor.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
fixed MainWindow.Current null
flabbet
3 lat temu
rodzic
234ca17b7e
commit
2896b95911
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Wyświetl plik
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}