Skip to content

Commit

Permalink
User can select satellite with double click
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamue committed Nov 28, 2020
1 parent 3bc35b6 commit 4b395c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SatWatcher/Forms/SatChooser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public SatChooser(SatellitesController satellites, SqLiteDb db)
Db = db;
FormClosing += SatChooserHider;
UpdateAllLists();
lbxStoredSats.DoubleClick += btnAddToShown_Click;
}

private void UpdateAllLists()
Expand Down

0 comments on commit 4b395c4

Please sign in to comment.