Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…
Browse files Browse the repository at this point in the history
…gbScript-colorArray
  • Loading branch information
hjtappe committed Mar 26, 2024
2 parents 34f7463 + 1775f22 commit 1196ba1
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 @@ -180,6 +180,7 @@ bool RGBMatrix::copyFrom(const Function* function)

for(unsigned int i = 0; i < RGBAlgorithmRawColorCount; i++)
setColor(i, mtx->getColor(i));
setControlMode(mtx->controlMode());

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

0 comments on commit 1196ba1

Please sign in to comment.