This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
csharp
/
PixiEditor
espejo de
https://github.com/PixiEditor/PixiEditor.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
fixed MainWindow.Current null
flabbet
hace 3 años
padre
234ca17b7e
commit
2896b95911
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
Ver fichero
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}