shortcuts: left/right for prev/next image, hide open action from menu
This commit is contained in:
@ -408,7 +408,9 @@ void MainWindow::contextMenuEvent(QContextMenuEvent *event)
|
||||
QAction * helpAction = m_am->actionHelp;
|
||||
QAction * propertiesAction = m_am->actionProperties;
|
||||
|
||||
#if 0
|
||||
menu->addAction(m_am->actionOpen);
|
||||
#endif // 0
|
||||
|
||||
if (copyMenu->actions().count() == 1) {
|
||||
menu->addActions(copyMenu->actions());
|
||||
|
Reference in New Issue
Block a user