mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-10 09:41:22 +00:00
Add Tab to the list of special controls
This commit is contained in:
parent
6c55197264
commit
ef557fce7f
1 changed files with 2 additions and 0 deletions
|
@ -635,6 +635,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
private void FillControlsList(Action a)
|
||||
{
|
||||
actioncontrol.Items.Clear();
|
||||
|
||||
actioncontrol.Items.Add(new KeyControl(Keys.Tab, "Tab"));
|
||||
|
||||
// Fill combobox with special controls
|
||||
if(a.AllowMouse)
|
||||
|
|
Loading…
Reference in a new issue