reset layout_dim too

This commit is contained in:
Blake Blackshear
2021-06-22 06:41:53 -05:00
parent 285a0d6266
commit c13d7b5949
+1
View File
@@ -203,6 +203,7 @@ class BirdsEyeFrameManager:
# if the layout needs to be cleared
else:
self.camera_layout = []
self.layout_dim = 0
self.clear_frame()
return True