git-svn-id: svn://db.shs.com.ru/libs@409 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -1857,7 +1857,7 @@ void BlockView::pasteFromClipboard() {
|
|||||||
if (!mime->hasFormat(_BlockView_Mime_)) return;
|
if (!mime->hasFormat(_BlockView_Mime_)) return;
|
||||||
QByteArray ba = mime->data(_BlockView_Mime_);
|
QByteArray ba = mime->data(_BlockView_Mime_);
|
||||||
//qDebug() << "paste" << ba.size();
|
//qDebug() << "paste" << ba.size();
|
||||||
if (ba.isEmpty()) return;
|
if (ba.size() < 4) return;
|
||||||
QList<BlockItem*> bll;
|
QList<BlockItem*> bll;
|
||||||
QList<BlockBusItem*> bul;
|
QList<BlockBusItem*> bul;
|
||||||
QList<QGraphicsItem*> del, gl;
|
QList<QGraphicsItem*> del, gl;
|
||||||
|
|||||||
Reference in New Issue
Block a user