ソースを参照

fixed MainWindow.Current null

flabbet 3 年 前
コミット
2896b95911
1 ファイル変更2 行追加0 行削除
  1. 2 0
      PixiEditor/Views/MainWindow.xaml.cs

+ 2 - 0
PixiEditor/Views/MainWindow.xaml.cs

@@ -66,6 +66,8 @@ namespace PixiEditor
                 }
             });
 
+            Current = this;
+
             OnReleaseBuild();
         }