This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
csharp
/
PixiEditor
réplica de
https://github.com/PixiEditor/PixiEditor.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
fixed MainWindow.Current null
flabbet
%!s(int64=3) %!d(string=hai) anos
pai
234ca17b7e
achega
2896b95911
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Ver ficheiro
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}