diff --git a/src/BreCalClient/EditShipDialog.xaml b/src/BreCalClient/EditShipDialog.xaml
index c28df84..a7d3d64 100644
--- a/src/BreCalClient/EditShipDialog.xaml
+++ b/src/BreCalClient/EditShipDialog.xaml
@@ -25,7 +25,7 @@
-
+
@@ -38,9 +38,9 @@
-
+
-
+
diff --git a/src/BreCalClient/EditShipDialog.xaml.cs b/src/BreCalClient/EditShipDialog.xaml.cs
index db0799a..741c1f4 100644
--- a/src/BreCalClient/EditShipDialog.xaml.cs
+++ b/src/BreCalClient/EditShipDialog.xaml.cs
@@ -61,11 +61,27 @@ namespace BreCalClient
this.comboBoxParticipants.SelectedItem = p;
}
}
+ this.EnableOK();
}
private void buttonResetParticipant_Click(object sender, RoutedEventArgs e)
{
this.comboBoxParticipants.SelectedItem = null;
}
+
+ private void textBoxName_TextChanged(object sender, System.Windows.Controls.TextChangedEventArgs e)
+ {
+ this.EnableOK();
+ }
+
+ private void integerUpDownIMO_ValueChanged(object sender, RoutedPropertyChangedEventArgs