/branches/Version13x/Scribus/scribus/scrap.cpp |
---|
511,6 → 511,8 |
{ |
if (Frame3->count() == 2) |
close(); |
if ((Frame3->currentPageIndex() == 0) || (Frame3->currentPageIndex() == 1)) |
return; |
else |
{ |
disconnect(activeBView, SIGNAL(dropped(QDropEvent *, const QValueList<QIconDragItem> &)), this, SLOT(DropOn(QDropEvent *))); |