mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed projection menu not updating after switching cameras.
This commit is contained in:
parent
44bdb22a5b
commit
3b80bbabee
1 changed files with 1 additions and 0 deletions
|
@ -2045,6 +2045,7 @@ void lcMainWindow::UpdateCurrentCamera(int CameraIndex)
|
|||
ActionIndex = LC_VIEW_CAMERA_NONE;
|
||||
|
||||
mActions[ActionIndex]->setChecked(true);
|
||||
UpdatePerspective();
|
||||
}
|
||||
|
||||
void lcMainWindow::UpdatePerspective()
|
||||
|
|
Loading…
Reference in a new issue