This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
csharp
/
PixiEditor
同期ミラー
https://github.com/PixiEditor/PixiEditor.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
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();
}