Final displayform changes

This commit is contained in:
Terry MacDonald 2022-02-05 21:30:40 +13:00
parent 81b565dfa6
commit d836ed7dd9

View File

@ -681,6 +681,11 @@ namespace DisplayMagician.UIForms
ProfileToolsForm profileToolsForm = new ProfileToolsForm();
profileToolsForm.CurrentProfile = _selectedProfile;
profileToolsForm.ShowDialog(this);
if (profileToolsForm.DialogResult == DialogResult.OK)
{
// If we change something, then we refresh the current profile
btn_view_current.PerformClick();
}
}
}
}