Skip to content

Commit 19ee713

Browse files
committed
Fixed minor bug/annoyance with new config create
The project list is updated on save now.
1 parent 16abb86 commit 19ee713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Forms/KeyCaptureConfig.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ protected override bool SaveFormData(string sFileName)
222222
listConfigs.Add((RemapEntry) zItem.Tag);
223223
}
224224
m_zConfigFileManager.SaveFile(listConfigs, sFileName);
225+
// on save the project list should be updated
226+
UpdateProjectsList(sFileName);
225227
return true;
226228
}
227229

0 commit comments

Comments
 (0)