mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
remove delete shortcut from filter layer
This commit is contained in:
parent
b201098047
commit
95983be406
@ -58,17 +58,9 @@ FilterLayerPlugin::FilterLayerPlugin()
|
||||
FP_IMPORT_CAMERAS
|
||||
};
|
||||
|
||||
QCoreApplication* app = QCoreApplication::instance();
|
||||
|
||||
for(ActionIDType tt: types()) {
|
||||
QAction* act = new QAction(filterName(tt), this);
|
||||
actionList.push_back(act);
|
||||
|
||||
if (app != nullptr) {
|
||||
if(tt==FP_DELETE_MESH){
|
||||
act->setShortcut(Qt::CTRL + Qt::Key_D);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user