fix: Fixed bug that crashes matrix_text when encoders are present
parent
fdb61a6a11
commit
f0e577b2bc
|
|
@ -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