This commit is contained in:
Serge
2024-10-22 17:49:37 +02:00
parent 011fdeeb36
commit 15501c7845
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ namespace GHelper
{
AppConfig.Set("matrix_contrast", trackContrast.Value);
AppConfig.Set("matrix_gamma", trackGamma.Value);
SetMatrixPicture();
SetMatrixPicture(false);
}