From 3b80bbabee7e30245305388817e1bad11a135862 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sat, 10 Aug 2019 19:26:19 -0700 Subject: [PATCH] Fixed projection menu not updating after switching cameras. --- common/lc_mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lc_mainwindow.cpp b/common/lc_mainwindow.cpp index b9688253..a1fc6b5c 100644 --- a/common/lc_mainwindow.cpp +++ b/common/lc_mainwindow.cpp @@ -2045,6 +2045,7 @@ void lcMainWindow::UpdateCurrentCamera(int CameraIndex) ActionIndex = LC_VIEW_CAMERA_NONE; mActions[ActionIndex]->setChecked(true); + UpdatePerspective(); } void lcMainWindow::UpdatePerspective()