2
0
Эх сурвалжийг харах

fixed MainWindow.Current null

flabbet 3 жил өмнө
parent
commit
2896b95911

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

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