Skip to content

Commit

Permalink
update to 0.5.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohne authored Oct 13, 2019
1 parent d19f497 commit 429fa78
Show file tree
Hide file tree
Showing 6 changed files with 1,726 additions and 1,738 deletions.
58 changes: 29 additions & 29 deletions HipparcosCatalogFilterForm.Designer.cs

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

6 changes: 0 additions & 6 deletions HipparcosCatalogFilterForm.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Hipparcos_DB
Expand Down
2 changes: 1 addition & 1 deletion HipparcosCatalogViewerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5645,7 +5645,7 @@ private void LabelSourceOfSpectralTypeData_MouseEnter(object sender, EventArgs e
private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);

private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);

private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);

private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
Expand Down
12 changes: 6 additions & 6 deletions SubsetCatalogExporterForm.Designer.cs

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

Loading

0 comments on commit 429fa78

Please sign in to comment.