Fix mistake
This commit is contained in:
parent
b4fde67c82
commit
5351a22f18
Binary file not shown.
@ -21,7 +21,7 @@ namespace Switch_Toolbox.Library.Forms
|
|||||||
|
|
||||||
CanResize = true;
|
CanResize = true;
|
||||||
|
|
||||||
stCheckBox1.BackColor = FillColor;
|
stButton1.BackColor = FillColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void stButton1_Click(object sender, EventArgs e)
|
private void stButton1_Click(object sender, EventArgs e)
|
||||||
@ -29,7 +29,7 @@ namespace Switch_Toolbox.Library.Forms
|
|||||||
ColorDialog colorDialog = new ColorDialog();
|
ColorDialog colorDialog = new ColorDialog();
|
||||||
if (colorDialog.ShowDialog() == DialogResult.OK) {
|
if (colorDialog.ShowDialog() == DialogResult.OK) {
|
||||||
FillColor = colorDialog.Color;
|
FillColor = colorDialog.Color;
|
||||||
stCheckBox1.BackColor = FillColor;
|
stButton1.BackColor = FillColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user