mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Make RemoteAnimationManager not use remote messages
This commit is contained in:
@@ -33,7 +33,10 @@ namespace Xune.Wpf
|
||||
{
|
||||
// Initialize UI framework
|
||||
if (Microsoft.Iris.Application.IsInitialized || Microsoft.Iris.Application.IsInitializing)
|
||||
{
|
||||
Canvas.PaintSurface -= Canvas_PaintSurface;
|
||||
return;
|
||||
}
|
||||
|
||||
Microsoft.Iris.Application.Initialize(e.Surface, new WpfRenderWindow(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user