Skip to content

Commit d945d88

Browse files
committed
Fix missing rotation attribute for grid sections
1 parent 8afe9a3 commit d945d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monome.py

+1
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ def __init__(self, size, offset):
629629
def splitter_ready(self):
630630
self.width = self.section_width
631631
self.height = self.section_height
632+
self.rotation = 0
632633
self.ready_event.dispatch()
633634

634635
def splitter_disconnect(self):

0 commit comments

Comments
 (0)