This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
csharp
/
PixiEditor
mirror de
https://github.com/PixiEditor/PixiEditor.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
fixed MainWindow.Current null
flabbet
há 3 anos atrás
pai
234ca17b7e
commit
2896b95911
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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();
}