Skip to content

Commit

Permalink
engine: fix RGBMatrix cloning control mode (fix #1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Mar 26, 2024
1 parent 7e2ec93 commit 1775f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
qlcplus (4.13.1) stable; urgency=low

* engine: fix blackout not working
* engine: fix RGB Matrix clone control mode

-- Massimo Callegari <massimocallegari@yahoo.it> Sun, 30 Jun 2024 12:13:14 +0200

Expand Down
1 change: 1 addition & 0 deletions engine/src/rgbmatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ bool RGBMatrix::copyFrom(const Function* function)
setAlgorithm(NULL);
setStartColor(mtx->startColor());
setEndColor(mtx->endColor());
setControlMode(mtx->controlMode());

return Function::copyFrom(function);
}
Expand Down

0 comments on commit 1775f22

Please sign in to comment.