Skip to content

Commit

Permalink
- Fixes ah64 dtc tool window hidden if main form topmost
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoGer committed Jan 12, 2024
1 parent e216d90 commit 2ae0b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoordinateConverter/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2814,6 +2814,7 @@ private void Tsmi_CheckForUpdates_Click(object sender, EventArgs e)
private void Tsmi_AH64_DTC_Click(object sender, EventArgs e)
{
var ah64DTCForm = new FormAH64DTC((selectedAircraft as AH64).IsPilot);
ah64DTCForm.TopMost = TopMost;
ah64DTCForm.ShowDialog();
pb_Transfer.Value = 0;
pb_Transfer.Maximum = ah64DTCForm.CommandsSentCount;
Expand Down

0 comments on commit 2ae0b65

Please sign in to comment.