We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1f63d commit 7e46291Copy full SHA for 7e46291
1 file changed
src/viewers/HDSViewer/FormViewer.vb
@@ -127,7 +127,9 @@ Public Class FormViewer : Implements AppHost
127
RaiseEvent ResizeForm(Location, Size)
128
End Sub
129
130
- Private Sub FormViewer_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
+ Private Sub FormViewer_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
131
+ Call CommonRuntime.SaveUISettings()
132
+
133
RaiseEvent CloseWorkbench(e)
134
135
0 commit comments