mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Merge pull request #640 from hfiguiere/unhide_menu
Add Unhide selected menu item
This commit is contained in:
commit
3b270d7107
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ void lcMainWindow::CreateMenus()
|
|||
PieceMenu->addSeparator();
|
||||
PieceMenu->addAction(mActions[LC_PIECE_HIDE_SELECTED]);
|
||||
PieceMenu->addAction(mActions[LC_PIECE_HIDE_UNSELECTED]);
|
||||
PieceMenu->addAction(mActions[LC_PIECE_UNHIDE_SELECTED]);
|
||||
PieceMenu->addAction(mActions[LC_PIECE_UNHIDE_ALL]);
|
||||
|
||||
QMenu* ModelMenu = menuBar()->addMenu(tr("Sub&model"));
|
||||
|
|
Loading…
Reference in a new issue