This commit is contained in:
@@ -52,6 +52,7 @@ namespace VEPROMS
|
||||
cbRibonSilver.Checked = true;
|
||||
break;
|
||||
}
|
||||
colorPickerButton1.SelectedColor = Settings.Default.TransitionRangeColor;
|
||||
}
|
||||
|
||||
|
||||
@@ -135,6 +136,14 @@ namespace VEPROMS
|
||||
RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable((eOffice2007ColorScheme)Settings.Default.SystemColor);
|
||||
}
|
||||
|
||||
private void colorPickerButton1_SelectedColorChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (!_initializing)
|
||||
{
|
||||
Settings.Default.TransitionRangeColor = colorPickerButton1.SelectedColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user