Making tab indexes better
This commit is contained in:
parent
9f6b6133ac
commit
d5d5652c85
36 changed files with 124 additions and 99 deletions
|
|
@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
this.theme = theme;
|
||||
}
|
||||
|
||||
public override void Initialize(int tabIndex)
|
||||
public override void Initialize(ref int tabIndex)
|
||||
{
|
||||
editWidget = new ThemedTextEditWidget("", theme, pixelWidth: 320, multiLine: true, tabIndex: tabIndex, typeFace: ApplicationController.GetTypeFace(NamedTypeFace.Liberation_Mono))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue