Skip to content

Commit

Permalink
When we go to weights and balances tab the cursor will now be in the …
Browse files Browse the repository at this point in the history
…pilots weight box.
  • Loading branch information
zizwiz committed May 16, 2024
1 parent b460f8c commit af0f33d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion myFlightInfo/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions myFlightInfo/TabChanges.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ private void tabcnt_utils_SelectedIndexChanged(object sender, EventArgs e)
{
txtbx_magnitude.Select(); // Put cursor into Wind Magnitude Textbox"
}
else if (tabcnt_utils.SelectedTab == tab_weight_balance)
{
txtbx_cog_pilot_weight.Select(); // Put cursor into pilots weight Textbox"
}
}
}
}

0 comments on commit af0f33d

Please sign in to comment.