mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-10-11 05:51:16 +03:00
update tools list when loading last project
This commit is contained in:
parent
3c6e2dd697
commit
cf4f1e9281
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ namespace UniversalValveToolbox {
|
||||||
comboBoxEngine.SelectedIndex = indexEngine;
|
comboBoxEngine.SelectedIndex = indexEngine;
|
||||||
|
|
||||||
UpdateProjectList();
|
UpdateProjectList();
|
||||||
|
UpdateToolsList();
|
||||||
|
|
||||||
var indexProject = comboBoxProjects.Items.IndexOf(lastSelectedProject.Name);
|
var indexProject = comboBoxProjects.Items.IndexOf(lastSelectedProject.Name);
|
||||||
comboBoxProjects.SelectedIndex = indexProject;
|
comboBoxProjects.SelectedIndex = indexProject;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue