Merge pull request #26 from Pieterv24/fix/matrix_test
fix: Fixed bug that crashes matrix_text when encoders are presentmain
commit
5cdb10c8cd
|
|
@ -89,6 +89,7 @@ class MatrixTest(BasicEditor):
|
||||||
|
|
||||||
# write matrix state to keyboard widget
|
# write matrix state to keyboard widget
|
||||||
for w in self.keyboardWidget.widgets:
|
for w in self.keyboardWidget.widgets:
|
||||||
|
if w.desc.row is not None and w.desc.col is not None:
|
||||||
row = w.desc.row
|
row = w.desc.row
|
||||||
col = w.desc.col
|
col = w.desc.col
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue