Skip to content

Commit

Permalink
Fixed exception closing a project with a Nitrado server view open
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Nov 12, 2023
1 parent 504ac98 commit 2c0bfed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ End
#tag EndDesktopWindow

#tag WindowCode
#tag Event
Sub Closing()
Self.CancelRefresh()
End Sub
#tag EndEvent

#tag Event
Sub Hidden()
Self.CancelRefresh()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ End
#tag EndDesktopWindow

#tag WindowCode
#tag Event
Sub Closing()
Self.CancelRefresh()
End Sub
#tag EndEvent

#tag Event
Sub Hidden()
Self.CancelRefresh()
Expand Down

0 comments on commit 2c0bfed

Please sign in to comment.