mirror of
https://github.com/leozide/leocad
synced 2025-02-07 08:45:49 +01:00
Fixed camera list in main menu not getting updated.
This commit is contained in:
parent
848594bdbb
commit
b6827f9166
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ BEGIN
|
||||||
MENUITEM "Zoom &Extents", ID_ZOOM_EXTENTS
|
MENUITEM "Zoom &Extents", ID_ZOOM_EXTENTS
|
||||||
POPUP "C&ameras"
|
POPUP "C&ameras"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Dummy", ID_VIEW_CAMERAS_DUMMY
|
MENUITEM "Dummy", ID_CAMERA_FIRST
|
||||||
MENUITEM "Reset", ID_VIEW_CAMERAS_RESET
|
MENUITEM "Reset", ID_VIEW_CAMERAS_RESET
|
||||||
END
|
END
|
||||||
POPUP "Ste&p"
|
POPUP "Ste&p"
|
||||||
|
|
Loading…
Add table
Reference in a new issue