Skip to content

Commit

Permalink
Animatrix picture editor tweaks #3280
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 22, 2024
1 parent 011fdee commit 15501c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/AnimeMatrix/AniMatrixControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void SetMatrix(bool wakeUp = false)
switch (running)
{
case 2:
SetMatrixPicture(AppConfig.GetString("matrix_picture"));
SetMatrixPicture(AppConfig.GetString("matrix_picture"), false);
break;
case 3:
SetMatrixClock();
Expand Down
2 changes: 1 addition & 1 deletion app/Matrix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void TrackMatrix_MouseUp(object? sender, MouseEventArgs e)
{
AppConfig.Set("matrix_contrast", trackContrast.Value);
AppConfig.Set("matrix_gamma", trackGamma.Value);
SetMatrixPicture();
SetMatrixPicture(false);
}


Expand Down

0 comments on commit 15501c7

Please sign in to comment.