mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
removed reserved shortcut ctrl+s from selection drawing.
This commit is contained in:
parent
d5a9097421
commit
e0415ea196
@ -24,6 +24,9 @@
|
||||
History
|
||||
|
||||
$Log$
|
||||
Revision 1.81 2007/10/23 08:23:10 cignoni
|
||||
removed reserved shortcut ctrl+s from selection drawing.
|
||||
|
||||
Revision 1.80 2007/10/06 23:29:51 cignoni
|
||||
corrected management of suspeneded editing actions. Added filter toolbar
|
||||
|
||||
@ -321,7 +324,7 @@ void MainWindow::createActions()
|
||||
setSelectionRenderingAct = new QAction(QIcon(":/images/selected.png"),tr("Selected Face Rendering"),this);
|
||||
setSelectionRenderingAct->setCheckable(true);
|
||||
setSelectionRenderingAct->setShortcutContext(Qt::ApplicationShortcut);
|
||||
setSelectionRenderingAct->setShortcut(Qt::CTRL+Qt::Key_S);
|
||||
//setSelectionRenderingAct->setShortcut(Qt::CTRL+Qt::Key_S);
|
||||
connect(setSelectionRenderingAct, SIGNAL(triggered()), this, SLOT(toggleSelectionRendering()));
|
||||
|
||||
//////////////Action Menu View ////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user