Skip to content

Commit

Permalink
Kill picoweb server on app exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kmierzeje committed Apr 17, 2023
1 parent 9af557d commit 60ac4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vba/PlantUMLEdit.frm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Attribute App.VB_VarHelpID = -1
Private Initializing As Boolean


Private Sub App_PresentationCloseFinal(ByVal Pres As Presentation)
PlantUml.StopServer
End Sub

Private Sub App_WindowDeactivate(ByVal Pres As Presentation, ByVal Wn As DocumentWindow)
Hide
End Sub
Expand Down

0 comments on commit 60ac4d2

Please sign in to comment.