|
@@ -1925,7 +1925,7 @@
|
|
|
if ([self.currentOperationNode isKindOfClass:[OperationNodeVideoBase class]]) {
|
|
|
base = (OperationNodeVideoBase *)self.currentOperationNode;
|
|
|
}
|
|
|
- if (base.isRecording) {
|
|
|
+ if (base.isRecording && self.panoramOrientationGuideView.selectedItemIndex != PanoramaOrientationViewAny) {
|
|
|
return;
|
|
|
}
|
|
|
self.panoramaGuideView.dir = self.currentTgDirection;
|