Skip to content

Commit 94ce8b3

Browse files
tduguidtduguid
authored andcommitted
Updated the change property text action to also save the settings
1 parent 446fafb commit 94ce8b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VB/Taskpane/Settings.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Namespace TaskPane
7474

7575
End Sub
7676

77-
Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs)
77+
Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs) Handles pgdSettings.PropertyValueChanged
7878
Try
79+
My.Settings.Save()
7980
Scripts.Ribbon.InvalidateRibbon()
8081

8182
Catch ex As Exception

0 commit comments

Comments
 (0)