mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-10 17:51:17 +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)
|
private void FillControlsList(Action a)
|
||||||
{
|
{
|
||||||
actioncontrol.Items.Clear();
|
actioncontrol.Items.Clear();
|
||||||
|
|
||||||
|
actioncontrol.Items.Add(new KeyControl(Keys.Tab, "Tab"));
|
||||||
|
|
||||||
// Fill combobox with special controls
|
// Fill combobox with special controls
|
||||||
if(a.AllowMouse)
|
if(a.AllowMouse)
|
||||||
|
|
Loading…
Reference in a new issue