This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
csharp
/
PixiEditor
peilaus alkaen
https://github.com/PixiEditor/PixiEditor.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
fixed MainWindow.Current null
flabbet
3 vuotta sitten
vanhempi
234ca17b7e
commit
2896b95911
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Näytä tiedosto
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}