Commit aa54bed9 authored by Aleksei Kanash's avatar Aleksei Kanash

Copied items with unknown type is selected.

parent 0b484e2a
......@@ -636,6 +636,7 @@ void UBBoardController::duplicateItem(UBItem *item)
mActiveScene->addItem(gitem);
gitem->setPos(itemPos);
mLastCreatedItem = gitem;
gitem->setSelected(true);
}
return;
}break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment