mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Reset Gamut dropdown to default on Dimming change https://github.com/seerge/g-helper/issues/2543
This commit is contained in:
@@ -443,6 +443,14 @@ namespace GHelper
|
||||
});
|
||||
}
|
||||
|
||||
public void VisualiseGamut()
|
||||
{
|
||||
Invoke(delegate
|
||||
{
|
||||
if (comboGamut.Items.Count > 0) comboGamut.SelectedIndex = 0;
|
||||
});
|
||||
}
|
||||
|
||||
private void SliderGamma_ValueChanged(object? sender, EventArgs e)
|
||||
{
|
||||
if (sliderGammaIgnore) return;
|
||||
|
||||
Reference in New Issue
Block a user