chore: hide two actions that not ready to be in release
This commit is contained in:
parent
6b2db55b84
commit
7d2816e544
|
@ -411,9 +411,10 @@ void MainWindow::contextMenuEvent(QContextMenuEvent *event)
|
|||
menu->addSeparator();
|
||||
|
||||
menu->addAction(m_am->actionHorizontalFlip);
|
||||
#if 0
|
||||
menu->addAction(m_am->actionFitInView);
|
||||
menu->addAction(m_am->actionFitByWidth);
|
||||
|
||||
#endif // 0
|
||||
menu->addSeparator();
|
||||
menu->addAction(stayOnTopMode);
|
||||
menu->addAction(protectedMode);
|
||||
|
|
Loading…
Reference in New Issue
Block a user