mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed drag and drop of files for a new forum message in Ubuntu.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd55b2bf74
commit
ad7f97bfc3
@ -59,6 +59,8 @@ CreateForumMsg::CreateForumMsg(std::string fId, std::string pId)
|
||||
connect( ui.attachFileButton, SIGNAL(clicked() ), this , SLOT(addFile()));
|
||||
connect( ui.pastersButton, SIGNAL(clicked() ), this , SLOT(pasteLink()));
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
newMsg();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user