myLabelText = aNewComment;
// mkr : if the SUPERVGUI_CavasCellNode created (for CANVASTABLE view),
- // we haven't create its ports
+ // we don't create the ports
if (!theIsCell) {
// create node ports
isIgnore = true;
const int type = getNodeType();
// for all nodes except EndLoop and EndSwitch : Rename, Delete, Copy
- if ( myMain->isEditable() && type != SUPERV::EndLoopNode && type != SUPERV::EndSwitchNode ) {
+ if ( myMain->isEditable() && type != SUPERV::EndLoopNode && type != SUPERV::EndSwitchNode &&
+ // asv 26.01.05 : don't allow nodes "edition" commands in Table view
+ myMain->getViewType() != CANVASTABLE ) {
popup->insertItem(tr("MSG_RENAME"), this, SLOT(rename()));
- myDeleteItem = popup->insertItem(tr("MSG_DELETE"), this, SLOT(remove()));
+ popup->insertItem(tr("MSG_DELETE"), this, SLOT(remove()));
}
// tmp: Copy temporary does not work for Macro nodes...