|
|
|
@ -491,7 +491,7 @@ void KisLayerBox::slotAddMenuActivated(int type)
|
|
|
|
|
emit sigRequestAdjustmentLayer(parent, above);
|
|
|
|
|
break;
|
|
|
|
|
case OBJECT_LAYER:
|
|
|
|
|
default: //goddamned TQt doesn't emit activated for default-assigned IDs, so this does nothing
|
|
|
|
|
default: //TQt doesn't emit activated for default-assigned IDs, so this does nothing
|
|
|
|
|
emit sigRequestPartLayer(parent, above, m_partLayerAction->documentEntry());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|