Making tab indexes better

This commit is contained in:
Lars Brubaker 2023-11-01 15:13:25 -07:00
parent 9f6b6133ac
commit d5d5652c85
36 changed files with 124 additions and 99 deletions

View file

@ -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))
{