mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Final displayform changes
This commit is contained in:
parent
81b565dfa6
commit
d836ed7dd9
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user