Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed May 11, 2019
1 parent a93a196 commit 6979846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ type MainWindow(datactx: FVimViewModel) as this =
this.DataContext <- datactx
this.Closing.Add datactx.OnTerminating
this.Closed.Add datactx.OnTerminated
this.Renderer.DrawDirtyRects <- true
this.Renderer.DrawFps <- true
//this.Renderer.DrawDirtyRects <- true
//this.Renderer.DrawFps <- true

AvaloniaXamlLoader.Load this
Avalonia.DevToolsExtensions.AttachDevTools(this)
Expand Down

0 comments on commit 6979846

Please sign in to comment.