This website works better with JavaScript
홈
탐색
도움말
로그인
csharp
/
PixiEditor
의 미러
https://github.com/PixiEditor/PixiEditor.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
fixed MainWindow.Current null
flabbet
3 년 전
부모
234ca17b7e
커밋
2896b95911
1개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
2
0
PixiEditor/Views/MainWindow.xaml.cs
+ 2
- 0
PixiEditor/Views/MainWindow.xaml.cs
파일 보기
@@ -66,6 +66,8 @@ namespace PixiEditor
}
});
+ Current = this;
+
OnReleaseBuild();
}