Fixed projection menu not updating after switching cameras.

This commit is contained in:
Leonardo Zide 2019-08-10 19:26:19 -07:00
parent 44bdb22a5b
commit 3b80bbabee

View file

@ -2045,6 +2045,7 @@ void lcMainWindow::UpdateCurrentCamera(int CameraIndex)
ActionIndex = LC_VIEW_CAMERA_NONE;
mActions[ActionIndex]->setChecked(true);
UpdatePerspective();
}
void lcMainWindow::UpdatePerspective()