mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +08:00
Merge pull request #144 from DEADP1XL/master
Set model from selection on changing mode
This commit is contained in:
commit
ac8ed59d0b
@ -6346,6 +6346,10 @@ namespace CodeWalker
|
||||
rendermaps = false;
|
||||
renderworld = false;
|
||||
ViewTabControl.SelectedTab = ViewModelTabPage;
|
||||
if (SelectionNameTextBox.Text != "" && SelectionNameTextBox.Text != "Nothing selected")
|
||||
{
|
||||
modelname = SelectionNameTextBox.Text;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user