Commit 4d591542 authored by Aleksei Kanash's avatar Aleksei Kanash

D'n'd from browser fixed for mac.

parent 51ebe365
......@@ -2341,7 +2341,7 @@ void UBBoardController::processMimeData(const QMimeData* pMimeData, const QPoint
QString qsUrl = UBPlatformUtils::urlFromClipboard();
if("" != qsUrl){
// We finally got the url of the dropped ressource! Let's import it!
downloadURL(qsUrl, pPos);
downloadURL(qsUrl, qsUrl, pPos);
return;
}
#endif
......
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