Skip to content

Commit af0f33d

Browse files
committed
When we go to weights and balances tab the cursor will now be in the pilots weight box.
1 parent b460f8c commit af0f33d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

myFlightInfo/Form1.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

myFlightInfo/TabChanges.cs

+4
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ private void tabcnt_utils_SelectedIndexChanged(object sender, EventArgs e)
214214
{
215215
txtbx_magnitude.Select(); // Put cursor into Wind Magnitude Textbox"
216216
}
217+
else if (tabcnt_utils.SelectedTab == tab_weight_balance)
218+
{
219+
txtbx_cog_pilot_weight.Select(); // Put cursor into pilots weight Textbox"
220+
}
217221
}
218222
}
219223
}

0 commit comments

Comments
 (0)