Curve editor fix

This commit is contained in:
Serge
2023-06-04 23:09:56 +02:00
parent be6e5e8f23
commit eff45c1485
3 changed files with 112 additions and 90 deletions

View File

@@ -249,7 +249,8 @@ namespace GHelper
checkVariBright.CheckedChanged += CheckVariBright_CheckedChanged;
}
} catch (Exception ex)
}
catch (Exception ex)
{
Debug.WriteLine(ex.ToString());
checkVariBright.Visible = false;