mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Zoom actions: add zoom to selected objects to view/zoom sub-menus.
This action exists since some time ago, but is shown nowhere. It is now show in view menu of board editor and schematic editor.
This commit is contained in:
parent
22b24bb4df
commit
1859330f74
@ -199,6 +199,7 @@ void SCH_EDIT_FRAME::doReCreateMenuBar()
|
||||
viewMenu->Add( ACTIONS::zoomOutCenter );
|
||||
viewMenu->Add( ACTIONS::zoomFitScreen );
|
||||
viewMenu->Add( ACTIONS::zoomFitObjects );
|
||||
viewMenu->Add( ACTIONS::zoomFitSelection );
|
||||
viewMenu->Add( ACTIONS::zoomTool );
|
||||
viewMenu->Add( ACTIONS::zoomRedraw );
|
||||
|
||||
|
@ -249,6 +249,7 @@ void PCB_EDIT_FRAME::doReCreateMenuBar()
|
||||
viewMenu->Add( ACTIONS::zoomOutCenter );
|
||||
viewMenu->Add( ACTIONS::zoomFitScreen );
|
||||
viewMenu->Add( ACTIONS::zoomFitObjects );
|
||||
viewMenu->Add( ACTIONS::zoomFitSelection );
|
||||
viewMenu->Add( ACTIONS::zoomTool );
|
||||
viewMenu->Add( ACTIONS::zoomRedraw );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user