|
|
@ -418,7 +418,6 @@ bool UBGraphicsItemDelegate::isLocked() |
|
|
|
|
|
|
|
|
|
|
|
void UBGraphicsItemDelegate::duplicate() |
|
|
|
void UBGraphicsItemDelegate::duplicate() |
|
|
|
{ |
|
|
|
{ |
|
|
|
// TODO UB 4.x .. rewrite .. .this is absurde ... we know what we are duplicating
|
|
|
|
|
|
|
|
UBApplication::boardController->duplicateItem(dynamic_cast<UBItem*>(delegated())); |
|
|
|
UBApplication::boardController->duplicateItem(dynamic_cast<UBItem*>(delegated())); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|