This commit is contained in:
@@ -53,6 +53,7 @@ namespace VEPROMS
|
||||
break;
|
||||
}
|
||||
colorPickerButton1.SelectedColor = Settings.Default.TransitionRangeColor;
|
||||
cbAnnotationPopup.Checked = Settings.Default.AutoPopUpAnnotations;
|
||||
}
|
||||
|
||||
|
||||
@@ -144,6 +145,11 @@ namespace VEPROMS
|
||||
}
|
||||
}
|
||||
|
||||
private void cbAnnotationPopup_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
Settings.Default.AutoPopUpAnnotations = cbAnnotationPopup.Checked;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user