Toolbox - fix focus issue on load
This commit is contained in:
parent
0cd5af1843
commit
edd9e65e9e
|
@ -27,9 +27,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
);
|
);
|
||||||
|
|
||||||
SetTools();
|
SetTools();
|
||||||
ToolBoxItems.First().Select();
|
|
||||||
SetSize();
|
SetSize();
|
||||||
|
|
||||||
|
ToolBoxStrip.Select();
|
||||||
ToolBoxItems.First().Select();
|
ToolBoxItems.First().Select();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,6 +73,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
toolBtn.Click += (o, e) => Close();
|
toolBtn.Click += (o, e) => Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NesDebuggerToolbarItem.Visible = !VersionInfo.INTERIM;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetSize()
|
private void SetSize()
|
||||||
|
|
Loading…
Reference in New Issue